ReadOnlyListTValue Class |
Namespace: Apptus.Util.Collection
public class ReadOnlyList<TValue> : IList<TValue>, ICollection<TValue>, IEnumerable<TValue>, IEnumerable
The ReadOnlyListTValue type exposes the following members.
Name | Description | |
---|---|---|
ReadOnlyListTValue |
Creates a new read only list.
|
Name | Description | |
---|---|---|
Count | ||
IsReadOnly | ||
Item |
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.) |