Open sandboxFocus

Class AdvisableDictionary<TKey, TValue>.ValueCollection

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

Inheritance
AdvisableDictionary<TKey, TValue>.ValueCollection
Implements
ICollection<TValue>
IEnumerable<TValue>
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class AdvisableDictionary<TKey, TValue>.ValueCollection : ICollection<TValue>, IEnumerable<TValue>, ICollection, IEnumerable

Properties

Name Description
Count

Methods

Name Description
CopyTo(TValue[], int)
GetEnumerator()

Returns an enumerator that iterates through the AdvisableDictionary<TKey, TValue>.ValueCollection.

Extension Methods