PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Dictionary<TKey, TValue>.​Key­Collection
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 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.