|
Add |
Adds an item to the List. |
|
AppendCsvString |
Appends a CSV string to the end of this List. |
|
AppendList |
Append a List to the end of this List. |
|
AppendListReadOnly |
Appends a Read-Only List to the end of this List. |
|
Clear |
|
|
Clone |
Creates a clone of this object. |
|
Exists |
Checks to see if a Value exists in the List. |
|
ExistsBegins |
Checks to see if a Value exists in the List that begins with the specified string. |
|
FromArray |
Populates the List from an Array of Strings. |
|
FromCsvString |
Populates the List from a CSV String. |
|
FromDataView |
Populates the List from a CSV String. |
|
FromDelimitedString |
Populates the List from a Delimited String. |
|
FromFileList |
Populates the List from the result of the CommonDialog.GetFileOpen function. |
|
FromJsonString |
Adds items from the JSON Array - i.e. enclosed in square brackets. |
|
FromList |
Populates the List from another List. |
|
FromRangeString |
Populates the List from a Range String. |
|
GetEnumerator |
|
|
GetItemByIndex |
Retrieve an item by its index in the collection. |
|
HasMatchingListItems |
Check to see if this List has the same items as another List. |
|
IndexOf |
Returns the Index of the Item in the List. |
|
Insert |
Inserts an item into the List. |
|
MaxLength |
Returns the Maximum Length of items in the List. |
|
New |
Called when object is first created. |
|
Remove |
Remove a value from the List. |
|
RemoveAt |
|
|
RemoveDuplicates |
Remove duplicates from a 'Sorted' List. |
|
RemoveListReadOnly |
Remove all items either contained in or not contained in the supplied list from this list. |
|
Replace |
Replaces items in the List with a new Value. |
|
Sort |
Sorts the List into alphabetical order. |
|
ToArray |
|
|
ToCsvString |
Converts the List to a CSV String. |
|
ToCsvStringQuoted |
Converts the List to a CSV String where all items are quoted. |
|
ToDataSet |
Converts the List to a DataSet. |
|
ToDelimitedString |
Converts the List to a Delimited String. |
|
ToFileList |
Create a string compatible with the result of a CommonDialog.GetFileOpen. |
|
ToJsonObject |
Convert to a generic List that is easily serialisable to a JSON array. |
|
ToJsonString |
Convert to a JSON array as a String. |
|
ToList |
|