Click or drag to resize
ReadOnlyList<TValue> Constructor
Creates a new read only list.

Namespace:  Apptus.Util.Collection
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.0
Syntax
C#
public ReadOnlyList(
	IList<TValue> inner
)

Parameters

inner
Type: System.Collections.Generic.IList<TValue>
A list that the read only list will be created from
See Also