aspnetcore/test/Microsoft.AspNetCore.Mvc.Ro...
Gert Driesen 5c31f1f455 Add Remove(string key, out object value) overload to RouteValueDictionary (#858)
* Add Remove(string key, out object value) overload to RouteValueDictionary.

* Consistently use _count field instead of Count property in Remove overloads.
Added comment on EnsureCapacity call.
Added test for removing first/middle/last entry.
2018-10-17 13:24:07 -07:00
..
EndpointMetadataCollectionTests.cs
Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests.csproj
RouteDataTest.cs
RouteValueDictionaryTests.cs Add Remove(string key, out object value) overload to RouteValueDictionary (#858) 2018-10-17 13:24:07 -07:00
VirtualPathDataTests.cs