The StringList type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
|
|
Addition |
Add to string lists
|
|
|
Equality |
Test to see if two StringList are equal. They are equal if they
have the same elements in the same order.
|
|
|
Implicit Widening Implicit Implicit Implicit (array<String>[]()[][] to StringList) |
Cast a string array to a string list
|
|
|
Implicit Widening Implicit Implicit Implicit (StringList to array<String>[]()[][]) |
Cast a StringList to a String[]
|
|
|
Inequality |
Test to see if to StringList are different (not equal)
|