The following tables list the members exposed by ReadOnlyList<T>.
Name | Description | |
---|---|---|
ReadOnlyList<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Returns the count of items contained in the collection | |
Item | Returns the element at the given offset |
Name | Description | |
---|---|---|
Clone | Returns a shallow clone of this object | |
Contains | Returns true if the list contains the specified element. | |
CopyTo | Copy the elements in the collection to the specified array | |
GetEnumerator | Returns an enumeration of the elements in the collection | |
IndexOf | Returns the zero-based index of the item or -1 if not found. | |
ToArray | Returns the collection as an array |