AdvisableKeyedCollection<TKey, TItem> Constructor |
Name | Description | |
---|---|---|
AdvisableKeyedCollection<TKey, TItem>() |
Initializes a new instance of the AdvisableKeyedCollection<TKey, TItem> class that is empty and has the default initial capacity.
| |
AdvisableKeyedCollection<TKey, TItem>(Int32) |
Initializes a new instance of the AdvisableKeyedCollection<TKey, TItem> class that is empty and has a specified initial capacity.
| |
AdvisableKeyedCollection<TKey, TItem>(Int32, IEqualityComparer<TKey>) |
Initializes a new instance of the AdvisableKeyedCollection<TKey, TItem> class that has a specified initial capacity and a given equality comparer and uses the specified equality comparer.
| |
AdvisableKeyedCollection<TKey, TItem>(SerializationInfo, StreamingContext) |
Deserialization constructor.
|