Click or drag to resize
ReadOnlyListTValue Class
An immutable list.
Inheritance Hierarchy
SystemObject
  Apptus.Util.CollectionReadOnlyListTValue

Namespace:  Apptus.Util.Collection
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public class ReadOnlyList<TValue> : IList<TValue>, 
	ICollection<TValue>, IEnumerable<TValue>, IEnumerable

Type Parameters

TValue

The ReadOnlyListTValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Public methodInsert
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Public methodRemoveAt
Public methodToString (Inherited from Object.)
Top
See Also