CLab# 1.0 API Documentation
Variable Constructor
Initializes a new instance of the "Variable" class.
public Variable(
String
typeName
,
String
variableName
);
Parameters
String
Name of the type to use for this variable.
String
Name of the variable.
See Also
Variable Class
|
CLab.Data Namespace