[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>)>)>..::..ConverterAdaptor<(Of <(<'TOut>)>)> generic type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>..::..ConverterAdaptor<(Of <(<'TOut>)>)> | CTor |
Methods
| Name | Description | |
|---|---|---|
| Convert | Invokes InnerConverter |
Properties
| Name | Description | |
|---|---|---|
| InnerConverter | The Converter<(Of <(<'TInput, TOutput>)>)> to wrap |