An immutable list.
Inheritance Hierarchy
Apptus.Util.CollectionReadOnlyListTValue
Namespace: Apptus.Util.Collection
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class ReadOnlyList<TValue> : IList<TValue>, ICollection<TValue>, IEnumerable<TValue>, IEnumerable
Type Parameters
- TValue
The ReadOnlyListTValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReadOnlyListTValue |
Creates a new read only list.
|
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | |
![]() | Item |
Methods
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | Contains | |
![]() | CopyTo | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf | |
![]() | Insert | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | |
![]() | RemoveAt | |
![]() | ToString | (Inherited from Object.) |
See Also