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