AdvisableDictionary<TKey, TValue>.Keys Property |
Gets a collection containing the keys in the AdvisableDictionary<TKey, TValue>.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.6.14.0 (6.6.14.0)

C#
public AdvisableDictionary<TKey, TValue>.KeyCollection Keys { get; }
Property Value
Type: AdvisableDictionary<TKey, TValue>.KeyCollection