PostSharp//API Reference/Post­Sharp.​Patterns.​Collections/Advisable­Dictionary<TKey, TValue>.​Value­Collection
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>
IEnumerable
ICollection
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class ValueCollection : Object

Properties

Name Description
Count

Gets the number of elements contained in the ICollection<T>.

Methods

Name Description
CopyTo(TValue[], 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>.ValueCollection.