PostSharpAPI ReferencePost­Sharp.​Patterns.​Recording.​OperationsRemove­Dictionary­Item­Operation<TKey, TValue>Key
Open sandboxFocus

RemoveDictionaryItemOperation<TKey, TValue>.Key Property

Key

Gets the key of the dictionary entry affected by the operation.

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