ClearDictionaryOperation<TKey, TValue>.OldEntries Property |
Gets the items that were in the dictionary before it was cleared.
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public ReadOnlyArray<KeyValuePair<TKey, TValue>> OldEntries { get; }