DictionaryOperation<TKey, TValue>.Dictionary Property |
Gets the collection on which the operation was performed.
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.8.6.0 (6.8.6.0)

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