Overload List
Name | Description | |
---|---|---|
CreateT |
Creates a DataValue instance of a given runtime type.
|
|
CreateT(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.
|
|
CreateT(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