PostSharpAPI ReferencePost­Sharp.​Patterns.​Recording.​OperationsSet­Dictionary­Item­Operation<TKey, TValue>Old­Value
Open sandboxFocus

SetDictionaryItemOperation<TKey, TValue>.OldValue Property

OldValue

Gets the value of the dictionary entry before the operation.

Declaration
public override TValue OldValue { get; }
Property Value
Type Description
TValue
Overrides
PostSharp.Patterns.Recording.Operations.DictionaryOperation<TKey, TValue>.OldValue