Open sandboxFocus

Class AdvisableDictionary<TKey, TValue>.KeyCollection

Represents the collection of keys in an AdvisableDictionary<TKey, TValue>.

Inheritance
AdvisableDictionary<TKey, TValue>.KeyCollection
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.

Extension Methods