aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Metadata
Ryan Nowak 8399dc5f4e Add a custom collection type for ModelMetadata.Properties
This is a cleanup PR to improve the common usage of
ModelMetadata.Properties.

We found placed in code where both .Count and the ability to index by
property name would be useful. I was able to cascade this and simplify the
ModelBindingContext as well.
2015-01-26 14:36:40 -08:00
..
AssociatedMetadataProviderTest.cs
CachedDataAnnotationsMetadataAttributesTest.cs
CachedDataAnnotationsModelMetadataProviderTest.cs
CachedDataAnnotationsModelMetadataTest.cs
ModelBinderAttributeTest.cs
ModelMetadataAttributesTest.cs
ModelMetadataTest.cs
TestBinderMetadata.cs
TestModelNameProvider.cs