File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
src/Components/Components/ref Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -828,17 +828,17 @@ public enum RenderTreeEditType
828
828
PermutationListEntry = 9 ,
829
829
PermutationListEnd = 10 ,
830
830
}
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 ,
842
842
}
843
843
}
844
844
namespace Microsoft . AspNetCore . Components . Routing
You can’t perform that action at this time.
0 commit comments