The StringList type exposes the following members.

Operators

  Name Description
Public operator Static member Addition
Add to string lists
Public operator Static member Equality
Test to see if two StringList are equal. They are equal if they have the same elements in the same order.
Public operator Static member Implicit Widening Implicit Implicit Implicit (array<String>[]()[][] to StringList)
Cast a string array to a string list
Public operator Static member Implicit Widening Implicit Implicit Implicit (StringList to array<String>[]()[][])
Cast a StringList to a String[]
Public operator Static member Inequality
Test to see if to StringList are different (not equal)

See Also