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: 5.0.55.0 (5.0.55.0)

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