Class PatchOperation<T>
Defines PatchOperation with a value parameter.
public abstract class PatchOperation<T> : PatchOperation
Type Parameters
T
Data type of value provided for PatchOperation.
- Inheritance
-
PatchOperation<T>
- Inherited Members
- Extension Methods
Constructors
PatchOperation()
protected PatchOperation()
Properties
Value
Value parameter.
public abstract T Value { get; }
Property Value
- T