ReadOnlyListTValue Constructor |
Creates a new read only list.
Namespace:
Apptus.Util.Collection
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public ReadOnlyList(
IList<TValue> inner
)
Parameters
- inner
- Type: System.Collections.GenericIListTValue
A list that the read only list will be created from
See Also