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

Adapter that adapts List<(Of <(<'T>)>)> into IReadOnlyList<(Of <(<'T>)>)> where TFrom is cublass of TTo

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

Constructors

Methods

  NameDescription
Public methodDispose()()()()
This code added by Visual Basic to correctly implement the disposable pattern.
Protected methodDispose(Boolean)
IDisposable
Public methodMoveNext
Advances the enumerator to the next element of the collection.
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.

Properties

  NameDescription
Public propertyCurrent
Gets the element in the collection at the current position of the enumerator.
Public propertyCurrent1
Gets the current element in the collection.
Public propertyInnerEnumerator
The enumerator that enumerates through InnerList

See Also