BaselineCollection
Contents
[
Hide
]BaselineCollection class
Represents a collection of Baseline objects.
Methods
| Name | Description |
|---|---|
| Add | This is the stub implementation of ICollection’s Add method, that only throws NotSupportedException |
| begin (2 overloads) | Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection. |
| cbegin | Gets iterator pointing to the first const-qualified element (if any) of the collection. |
| cend | Gets iterator pointing right after the last const-qualified element (if any) of the collection. |
| end (2 overloads) | Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection. |
| get_Count | Gets the number of objects contained in this BaselineCollection object. |
| get_ParentResource | Gets the parent Resource for this collection. |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Returns the element at the specified index. |
| Remove | Removes baseline from this collection. |
| ToList | Converts the BaselineCollection object to a list of Baseline objects. |
| virtualizeBeginConstIterator | Gets iterator pointing to the first element (if any)of the const-qualified instance of the collection. |
| virtualizeBeginIterator | Gets iterator pointing to the first element (if any) of the collection. |
| virtualizeEndConstIterator | Gets iterator pointing right after the last element (if any)of the const-qualified instance of the collection. |
| virtualizeEndIterator | Gets iterator pointing right after the last element (if any) of the collection. |