Class AdvisableDictionary<TKey, TValue>.KeyCollection
Represents the collection of keys in an AdvisableDictionary<TKey, TValue>.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class KeyCollection : Object
Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the ICollection<T>. |
Methods
Name | Description |
---|---|
CopyTo(TKey[], Int32) | Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. |
GetEnumerator() | Returns an enumerator that iterates through the AdvisableDictionary<TKey, TValue>.KeyCollection. |