ReadOnlyListTValue ClassA Sandcastle Documented Class Library
An immutable list.
Inheritance Hierarchy

SystemObject
  Apptus.Util.CollectionReadOnlyListTValue

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

  NameDescription
Public methodReadOnlyListTValue
Creates a new read only list.
Top
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

Reference