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