@@ -59,6 +59,14 @@ public partial struct Enumerator
59
59
public bool MoveNext ( ) { throw null ; }
60
60
}
61
61
}
62
+ internal static partial class RouteTableFactory
63
+ {
64
+ public static readonly System . Collections . Generic . IComparer < Microsoft . AspNetCore . Components . Routing . RouteEntry > RoutePrecedence ;
65
+ internal static Microsoft . AspNetCore . Components . Routing . RouteTable Create ( System . Collections . Generic . Dictionary < System . Type , string [ ] > templatesByHandler ) { throw null ; }
66
+ public static Microsoft . AspNetCore . Components . Routing . RouteTable Create ( System . Collections . Generic . IEnumerable < System . Reflection . Assembly > assemblies ) { throw null ; }
67
+ internal static Microsoft . AspNetCore . Components . Routing . RouteTable Create ( System . Collections . Generic . IEnumerable < System . Type > componentTypes ) { throw null ; }
68
+ internal static int RouteComparison ( Microsoft . AspNetCore . Components . Routing . RouteEntry x , Microsoft . AspNetCore . Components . Routing . RouteEntry y ) { throw null ; }
69
+ }
62
70
internal partial interface IEventCallback
63
71
{
64
72
bool HasDelegate { get ; }
@@ -328,14 +336,6 @@ public RouteTable(Microsoft.AspNetCore.Components.Routing.RouteEntry[] routes) {
328
336
public Microsoft . AspNetCore . Components . Routing . RouteEntry [ ] Routes { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
329
337
internal void Route ( Microsoft . AspNetCore . Components . Routing . RouteContext routeContext ) { }
330
338
}
331
- internal static partial class RouteTableFactory
332
- {
333
- public static readonly System . Collections . Generic . IComparer < Microsoft . AspNetCore . Components . Routing . RouteEntry > RoutePrecedence ;
334
- internal static Microsoft . AspNetCore . Components . Routing . RouteTable Create ( System . Collections . Generic . Dictionary < System . Type , string [ ] > templatesByHandler ) { throw null ; }
335
- public static Microsoft . AspNetCore . Components . Routing . RouteTable Create ( System . Collections . Generic . IEnumerable < System . Reflection . Assembly > assemblies ) { throw null ; }
336
- internal static Microsoft . AspNetCore . Components . Routing . RouteTable Create ( System . Collections . Generic . IEnumerable < System . Type > componentTypes ) { throw null ; }
337
- internal static int RouteComparison ( Microsoft . AspNetCore . Components . Routing . RouteEntry x , Microsoft . AspNetCore . Components . Routing . RouteEntry y ) { throw null ; }
338
- }
339
339
internal abstract partial class RouteConstraint
340
340
{
341
341
protected RouteConstraint ( ) { }
@@ -357,4 +357,4 @@ public RouteTemplate(string templateText, Microsoft.AspNetCore.Components.Routin
357
357
public Microsoft . AspNetCore . Components . Routing . TemplateSegment [ ] Segments { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
358
358
public string TemplateText { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
359
359
}
360
- }
360
+ }
0 commit comments