AdvisableDictionary<TKey, TValue>.KeyCollection Class |
Represents the collection of keys in an AdvisableDictionary<TKey, TValue>.

Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 5.0.48.0 (5.0.48.0)

C#
public sealed class KeyCollection : ICollection<TKey>, IEnumerable<TKey>, IEnumerable, ICollection
The AdvisableDictionary<TKey, TValue>.KeyCollection 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>.KeyCollection.
|

Name | Description | |
---|---|---|
![]() | QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |
![]() | ToAdvisableCollection<TKey> |
Converts an IEnumerable<T> into an AdvisableCollection<T>.
(Defined by Extensions.) |
![]() | ToAdvisableDictionary<TKey, 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<TKey> |
Converts an IEnumerable<T> into an AdvisableHashSet<T>.
(Defined by Extensions.) |
