TheStringList |
Scroll |
As the name suggests, the TheStringList is a linked list of strings.
Features include:
Adding and removing field numbers
Accessing field numbers by index
For-Each iteration
Namespace: Therefore.API
Visual Basic Public Class TheStringList C# public class TheStringList |
Name |
Description |
Gets the number of string items in the list. |
|
Gets or sets the string with the specified index. |
Name |
Description |
Adds the specified string to the list. |
|
Copies all strings from the specified string list to this one. |
|
Removes all items from the list. |
|
Creates and returns a copy of the list. |
|
Checks if the string list contains the specified string. |
|
Returns an enumerator for this list. |
|
Removes the string with the specified index from the list. |
|
Returns a string representation of the object (for debugging). |