Represents the collection of keys in an AdvisableDictionary<TKey, TValue>.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class AdvisableDictionary<TKey, TValue>.KeyCollection : ICollection<TKey>, IEnumerable<TKey>, ICollection, IEnumerable
Properties
Name | Description |
---|---|
Count |
Methods
Name | Description |
---|---|
CopyTo(TKey[], int) | |
GetEnumerator() | Returns an enumerator that iterates through the AdvisableDictionary<TKey, TValue>.KeyCollection. |