 | ValueWithType Constructor (Object) |
Constructor.
Namespace: Slash.SerializationAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic ValueWithType(
Object value
)
Public Sub New (
value As Object
)
public:
ValueWithType(
Object^ value
)
new :
value : Object -> ValueWithType
Parameters
- value
- Type: SystemObject
Value to encapsule.
See Also