An implementation of the IList<T> interface.
The following tables list the members exposed by the CollectionBase(T) type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the CollectionBase<T> class. |
Name | Description | |
---|---|---|
![]() |
Gets a List<T> containing the list of elements in the collection instance. |
Name | Description | |
---|---|---|
![]() |
Gets the number of elements actually contained in the collection. |
|
![]() |
Gets a value indicating whether the collection is read-only. |
|
![]() |
Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
![]() |
Adds an object to the end of the collection. |
|
![]() |
Removes all elements from the collection. |
|
![]() |
Determines whether an element is in the collection. |
|
![]() |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
|
![]() |
Returns an enumerator that iterates through the collection. |
|
![]() |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection. |
|
![]() |
Inserts an element into the collection at the specified index. |
|
![]() |
Removes the first occurrence of a specific object from the collection. |
|
![]() |
Removes the element at the specified index of the collection. |
|
![]() |
Overloaded. |
NetDiagram Programmer's Guide | © 2023 MindFusion |