Represents the collection of values in an AdvisableDictionary<TKey, 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. |