[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
| Name | Description | |
|---|---|---|
| Dispose()()()() | This code added by Visual Basic to correctly implement the disposable pattern. | |
| Dispose(Boolean) | IDisposable | |
| MoveNext | Advances the enumerator to the next element of the collection. | |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
Properties
| Name | Description | |
|---|---|---|
| Current | Gets the element in the collection at the current position of the enumerator. | |
| Current1 | Gets the current element in the collection. | |
| InnerEnumerator | The enumerator that enumerates through InnerList |