[This is preliminary documentation and is subject to change.]

The ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> type exposes the following members.

Constructors

Methods

  NameDescription
Public methodContains
Determines whether an element is in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>.
Public methodConvertAll<(Of <<'(TOutput>)>>)
Converts the elements in the current ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> to another type, and returns a list containing the converted elements.
Public methodCopyTo(array<TTo>[]()[][])
Copies the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> to a compatible one-dimensional array, starting at the beginning of the target array.
Public methodCopyTo(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.
Public methodCopyTo(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.
Public methodExists
Determines whether the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> contains elements that match the conditions defined by the specified predicate.
Public methodFind
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>)>)>.
Public methodFindAll
Retrieves the all the elements that match the conditions defined by the specified predicate.
Public methodFindIndex(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>)>)>.
Public methodFindIndex(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.
Public methodFindIndex(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.
Public methodFindLast
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>)>)>.
Public methodFindLastIndex(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>)>)>.
Public methodFindLastIndex(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.
Public methodFindLastIndex(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.
Public methodForEach
Performs the specified action on each element of the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetEnumerator1
Returns an enumerator that iterates through a collection.
Public methodGetRange
Creates a shallow copy of a range of elements in the source ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>.
Public methodIndexOf(TTo)
Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>.
Public methodIndexOf(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.
Public methodIndexOf(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.
Public methodLastIndexOf(TTo)
Searches for the specified object and returns the zero-based index of the last occurrence within the entire ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>.
Public methodLastIndexOf(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.
Public methodLastIndexOf(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.
Public methodToArray
Copies the elements of the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> to a new array.
Public methodToList
Creates new instance of List<(Of <(<'T>)>)> tha contains all members present in current instance
Public methodToString
String representation of current instance
(Overrides Object..::..ToString()()()().)
Public methodTrueForAll
Determines whether every element in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)> matches the conditions defined by the specified predicate.

Operators

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>.
Public propertyInnerList
The List<(Of <(<'T>)>)> being adapted
Public propertyItem
Gets or sets the element at the specified index.

See Also