Overload List
Name | Description | |
---|---|---|
Create T |
Creates a DataValue instance of a given runtime type.
|
|
Create T (T) |
Creates a DataValue instance of a given runtime type and with a provided initial value.
|
|
Create(DataType) |
Creates a DataValue instance of a given data type.
|
|
Create T (T, Boolean) |
Creates a DataValue instance of a given runtime type and with a provided initial value.
This method is redundant but useful in practice.
|
|
Create(DataType, DataErrorValue) |
Obsolete.
Creates a DataValue instance of a given data type and with a provided error value.
|
|
Create(DataType, Object) |
Creates a DataValue instance of a given data type and with a provided initial value.
|
See Also