ReadOnlyListTValue Constructor A Sandcastle Documented Class Library
Creates a new read only list.

Namespace:  Apptus.Util.Collection
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
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

Reference