AddDictionaryItemOperation<TKey, TValue> Properties |
The AddDictionaryItemOperation<TKey, TValue> generic type exposes the following members.
Name | Description | |
---|---|---|
Dictionary |
Gets the collection on which the operation was performed.
(Inherited from DictionaryOperation<TKey, TValue>.) | |
Key |
Gets the key of the dictionary entry affected by the operation.
(Overrides DictionaryOperation<TKey, TValue>.Key.) | |
Name |
Gets the operation name.
(Inherited from Operation.) | |
NewValue |
Gets the value of the dictionary entry after the operation.
(Overrides DictionaryOperation<TKey, TValue>.NewValue.) | |
OldValue |
Gets the value of the dictionary entry before the operation.
(Inherited from DictionaryOperation<TKey, TValue>.) | |
OperationDescriptor |
Gets the IOperationDescriptor, which is used by the OperationFormatter to produce a human-readable description
of the current operation.
(Inherited from Operation.) | |
OperationKind |
Gets the kind of operation.
(Overrides Operation.OperationKind.) |