IDictionaryOperation Interface |
Weakly-typed interface for the DictionaryOperation<TKey, TValue> class.
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 interface IDictionaryOperation : IOperationDescriptor
The IDictionaryOperation type exposes the following members.
Name | Description | |
---|---|---|
Dictionary |
Gets the collection on which the operation was performed.
| |
Key |
Gets the key of the dictionary entry affected by the operation.
| |
NewValue |
Gets the value of the dictionary entry after the operation.
| |
OldValue |
Gets the value of the dictionary entry before the operation.
| |
OperationKind |
Gets the kind of operation.
(Inherited from IOperationDescriptor.) |