This is a wrapper around a ISList object that allows only Read-Only functionality.
| Name | Description | |
|---|---|---|
| CopyTo | ||
| Exists | Checks to see if a value exists in the List. | |
| GetEnumerator | ||
| GetItemByIndex | Retrieve an item by its index in the collection. | |
| IndexOf | Returns the Index of the Item in the List | |
| MaxLength | Returns the MaxLength of items in the List. | |
| New | ||
| ToArray | ||
| ToCsvString | ||
| ToDataSet | ||
| ToList | Creates an ISList "cloned" from this List. |
| Name | Description | |
|---|---|---|
| Count Read-Only | ||
| IsSynchronized Read-Only | ||
| SyncRoot Read-Only |