ThePairList |
Scroll |
As the name suggests, ThePairList is a list of ThePair objects.
Namespace: Therefore.API
Visual Basic Public Class ThePairList C# public class ThePairList |
Name |
Description |
Gets the number of ThePair objects in the list. |
|
Gets or sets the ThePair with the specified index. |
Name |
Description |
Adds the specified ThePair to the list. |
|
Copies all ThePair objects from the specified ThePairList to this one. |
|
Removes all elements from the list. |
|
Returns a copy of the list. |
|
Checks if the list contains an ThePair with the specified ID or name. |
|
Returns the first ThePair with the specified ID or name. If no matching folder item is found Nothing / null is returned. |
|
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). |