Click or drag to resize
ValueWithType Constructor (Object)
Constructor.

Namespace: Slash.Serialization
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public ValueWithType(
	Object value
)

Parameters

value
Type: SystemObject
Value to encapsule.
See Also