PropertyCollection<TValue>
public class PropertyCollection<TValue> : NullSafeDictionary<string, TValue>
where TValue : class
Inheritance
Namespace
Constructors
PropertyCollection<TValue>
The default constructor.
public PropertyCollection()
PropertyCollection<TValue>
public PropertyCollection(IDictionary<string, TValue> dictionary)