| Overload | Description | 
|---|---|
| ValueArguments Constructor() | Initializes a new instance of the class with default data. | 
| ValueArguments Constructor(ValueArguments) | Initializes a new copy of the ValueArguments object. | 
| ValueArguments Constructor(Object) | Initializes a new instance of the class with the specified value object. | 
| ValueArguments Constructor(Object,Object) | Initializes a new instance of the class with the specified Value, and a user-defined state object. | 
| ValueArguments Constructor(OperationArguments) | Initializes a new copy of the ValueArguments object from the OperationArguments object. | 
| ValueArguments Constructor(OperationArguments,Object) | Initializes a new copy of the ValueArguments object from the OperationArguments object, and specified value object. | 
| ValueArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. | 
