AdvisableDictionary<TKey, TValue>.ValueCollection Class |
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.0)
public sealed class ValueCollection : ICollection<TValue>, IEnumerable<TValue>, IEnumerable, ICollection
The AdvisableDictionary<TKey, TValue>.ValueCollection generic type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection<T>. |
Name | Description | |
---|---|---|
CopyTo | ||
GetEnumerator |
Returns an enumerator that iterates through the AdvisableDictionary<TKey, TValue>.ValueCollection.
|
Name | Description | |
---|---|---|
ToAdvisableCollection<TValue> |
Converts an IEnumerable<T> into an AdvisableCollection<T>.
(Defined by Extensions.) | |
ToAdvisableDictionary<TValue, TKey, TValue> |
Converts an IEnumerable<T> into a AdvisableDictionary<TKey, TValue> given a method returning the item key and a method returning the item value.
(Defined by Extensions.) | |
ToAdvisableHashSet<TValue> |
Converts an IEnumerable<T> into an AdvisableHashSet<T>.
(Defined by Extensions.) |