File tree 2 files changed +1
-1
lines changed
src/Http/Http.Abstractions/src
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,7 @@ Microsoft.AspNetCore.Routing.RouteValueDictionary.Comparer.get -> System.Collect
336
336
Microsoft.AspNetCore.Routing.RouteValueDictionary.ContainsKey(string! key) -> bool
337
337
Microsoft.AspNetCore.Routing.RouteValueDictionary.Count.get -> int
338
338
Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator
339
+ Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator.Enumerator() -> void
339
340
Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator.Current.get -> System.Collections.Generic.KeyValuePair<string!, object?>
340
341
Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator.Dispose() -> void
341
342
Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator.Enumerator(Microsoft.AspNetCore.Routing.RouteValueDictionary! dictionary) -> void
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ Microsoft.AspNetCore.Http.RouteHandlerContext.RouteHandlerContext(System.Reflect
22
22
Microsoft.AspNetCore.Http.RouteHandlerFilterDelegate
23
23
Microsoft.AspNetCore.Http.RouteHandlerInvocationContext
24
24
Microsoft.AspNetCore.Http.RouteHandlerInvocationContext.RouteHandlerInvocationContext() -> void
25
- Microsoft.AspNetCore.Routing.RouteValueDictionary.Enumerator.Enumerator() -> void
26
25
Microsoft.AspNetCore.Routing.RouteValueDictionary.RouteValueDictionary(Microsoft.AspNetCore.Routing.RouteValueDictionary? dictionary) -> void
27
26
Microsoft.AspNetCore.Routing.RouteValueDictionary.RouteValueDictionary(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, object?>>? values) -> void
28
27
Microsoft.AspNetCore.Routing.RouteValueDictionary.RouteValueDictionary(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, string?>>? values) -> void
You can’t perform that action at this time.
0 commit comments