PostSharp / / API Reference / Post­Sharp.​Patterns.​Recording.​Operations / Add­Dictionary­Item­Operation<TKey, TValue> / Key
Open sandbox

Property Key

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