[This is preliminary documentation and is subject to change.]
The ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> | CTor |
Methods
| Name | Description | |
|---|---|---|
| Contains | Determines whether an element is in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>. | |
| ConvertAll<(Of <<'(TOutput>)>>) | Converts the elements in the current ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> to another type, and returns a list containing the converted elements. | |
| CopyTo(array<TTo>[]()[][]) | Copies the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> to a compatible one-dimensional array, starting at the beginning of the target array. | |
| CopyTo(array<TTo>[]()[][], Int32) | Copies the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> to a compatible one-dimensional array, starting at the specified index of the target array. | |
| CopyTo(Int32, array<TTo>[]()[][], Int32, Int32) | Copies a range of elements from the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> to a compatible one-dimensional array, starting at the specified index of the target array. | |
| Exists | Determines whether the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> contains elements that match the conditions defined by the specified predicate. | |
| Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>. | |
| FindAll | Retrieves the all the elements that match the conditions defined by the specified predicate. | |
| FindIndex(Predicate<(Of <<'(TTo>)>>)) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>. | |
| FindIndex(Int32, Predicate<(Of <<'(TTo>)>>)) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> that extends from the specified index to the last element. | |
| FindIndex(Int32, Int32, Predicate<(Of <<'(TTo>)>>)) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> that starts at the specified index and contains the specified number of elements. | |
| FindLast | Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>. | |
| FindLastIndex(Predicate<(Of <<'(TTo>)>>)) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>. | |
| FindLastIndex(Int32, Predicate<(Of <<'(TTo>)>>)) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> that extends from the first element to the specified index. | |
| FindLastIndex(Int32, Int32, Predicate<(Of <<'(TTo>)>>)) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> that contains the specified number of elements and ends at the specified index. | |
| ForEach | Performs the specified action on each element of the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetEnumerator1 | Returns an enumerator that iterates through a collection. | |
| GetRange | Creates a shallow copy of a range of elements in the source ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>. | |
| IndexOf(TTo) | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>. | |
| IndexOf(TTo, Int32) | Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> that extends from the specified index to the last element. | |
| IndexOf(TTo, Int32, Int32) | Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> that starts at the specified index and contains the specified number of elements. | |
| LastIndexOf(TTo) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>. | |
| LastIndexOf(TTo, Int32) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> that extends from the first element to the specified index. | |
| LastIndexOf(TTo, Int32, Int32) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> that contains the specified number of elements and ends at the specified index. | |
| ToArray | Copies the elements of the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> to a new array. | |
| ToList | Creates new instance of List<(Of <(<'T>)>)> tha contains all members present in current instance | |
| ToString | String representation of current instance (Overrides Object..::..ToString()()()().) | |
| TrueForAll | Determines whether every element in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> matches the conditions defined by the specified predicate. |
Operators
| Name | Description | |
|---|---|---|
| ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(TFrom>)>>) to ReadOnlyListAdapter<(Of <<'(TFrom, TTo>)>>)) | Wraps instance of List<(Of <(<'T>)>)> with instance of ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> |
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements actually contained in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>. | |
| InnerList | The List<(Of <(<'T>)>)> being adapted | |
| Item | Gets or sets the element at the specified index. |