1 implementation of IConstrainableDictionary
Microsoft.Build (1)
Collections\PropertyDictionary.cs (1)
39
internal sealed class PropertyDictionary<T> : IEnumerable<T>, IEquatable<PropertyDictionary<T>>, IPropertyProvider<T>, IDictionary<string, T>,
IConstrainableDictionary
<T>