Holds an array of strings
Implements: Primitive
OperationsDefault constructor
New()
Copy constructor
New(values:String[])
Name | Type | Description |
---|---|---|
values | String[] | String array |
Get values
method : public : Get() ~ String[]
Type | Description |
---|---|
String[] | values |
Set values
method : public : Set(values:String[]) ~ Nil
Name | Type | Description |
---|---|---|
values | String[] | String array |