Name | Description | |
---|---|---|
![]() | Add | Adds a marker to the collection. |
![]() | AddRange | Adds an array of markers to the collection. |
![]() | Clear | Removes all markers from the collection. |
![]() | Clone | Creates a new collection that is a copy of this collection. |
![]() | Contains | Determines whether the collection contains a specific marker. |
![]() | CopyTo | Copies the markers in the collection to an array, starting at the specified array index. |
![]() | GetEnumerator | Gets an enumerator that iterates through the collection. |
![]() | IndexOf | Determines the index of the marker in the collection. |
![]() | Insert | Inserts a marker into the collection at the specified index. |
![]() | InsertRange | Inserts an array of markers into the collection at the specified index. |
![]() | Remove | Removes a marker from the collection. |
![]() | RemoveAt | Removes a marker from the collection at the specified index. |
![]() | SetMarker | Gets or sets the marker at the specified index. |