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 class. |
Name | Description | |
---|---|---|
Gets a List<T> containing the list of elements in the collecion 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. |
||
|
||
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. |
WpfDiagram Programmer's Guide | © 2024 MindFusion |