3 static const int NONE = 0;
4 static const int FLOAT = 0x0001;
5 static const int STRING = 0x0002;
6 static const int BOOL = 0x0004;
static ref TStringArray ARRAY_STRING
static ref TIntArray ARRAY_INT
static ref TFloatArray ARRAY_FLOAT
static ref Param1< bool > PARAM1_BOOL
static ref Param1< int > PARAM1_INT
static ref Param1< string > PARAM1_STRING
static ref Param2< string, string > PARAM2_STRING_STRING
static ref Param2< int, float > PARAM2_INT_FLOAT
static ref Param2< int, int > PARAM2_INT_INT
static ref Param1< float > PARAM1_FLOAT
static ref Param2< string, float > PARAM2_STRING_FLOAT
static ref Param2< int, string > PARAM2_INT_STRING
static ref Param2< float, float > PARAM2_FLOAT_FLOAT
array< float > TFloatArray
array< string > TStringArray