| VariableData Constructor |
| Name | Description | |
|---|---|---|
| VariableData |
Creates a null one
| |
| VariableData(Object) |
This constructor is used when the value is not null and type and the value together will be assigned
| |
| VariableData(Object, MethodInfo) |
Registers a method as a function
| |
| VariableData(Object, Type) |
When a value is null but the type of variable must be assigned
|