Skip to content

Commit 6328236

Browse files
Update ref assembly
1 parent d5a64fb commit 6328236

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Components/Components/ref/Microsoft.AspNetCore.Components.netstandard2.0.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -828,17 +828,17 @@ public enum RenderTreeEditType
828828
PermutationListEntry = 9,
829829
PermutationListEnd = 10,
830830
}
831-
public enum RenderTreeFrameType
832-
{
833-
None = 0,
834-
Element = 1,
835-
Text = 2,
836-
Attribute = 3,
837-
Component = 4,
838-
Region = 5,
839-
ElementReferenceCapture = 6,
840-
ComponentReferenceCapture = 7,
841-
Markup = 8,
831+
public enum RenderTreeFrameType : short
832+
{
833+
None = (short)0,
834+
Element = (short)1,
835+
Text = (short)2,
836+
Attribute = (short)3,
837+
Component = (short)4,
838+
Region = (short)5,
839+
ElementReferenceCapture = (short)6,
840+
ComponentReferenceCapture = (short)7,
841+
Markup = (short)8,
842842
}
843843
}
844844
namespace Microsoft.AspNetCore.Components.Routing

0 commit comments

Comments
 (0)