Class AnnotationCollection

AnnotationCollection class

Annotation collection.

public class AnnotationCollection : Collection<Annotation>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; set; }

Methods

NameDescription
Add(Annotation)Add the Annotation object in the collection.
BinarySearch(Annotation)
BinarySearch(Annotation, IComparer<Annotation>)
BinarySearch(int, int, Annotation, IComparer<Annotation>)
Clear()
Contains(Annotation)
CopyTo(Annotation[])
CopyTo(Annotation[], int)
CopyTo(int, Annotation[], int, int)
Exists(Predicate<Annotation>)
Find(Predicate<Annotation>)
FindAll(Predicate<Annotation>)
FindIndex(Predicate<Annotation>)
FindIndex(int, Predicate<Annotation>)
FindIndex(int, int, Predicate<Annotation>)
FindLast(Predicate<Annotation>)
FindLastIndex(Predicate<Annotation>)
FindLastIndex(int, Predicate<Annotation>)
FindLastIndex(int, int, Predicate<Annotation>)
GetEnumerator()
IndexOf(Annotation)
IndexOf(Annotation, int)
IndexOf(Annotation, int, int)
LastIndexOf(Annotation)
LastIndexOf(Annotation, int)
LastIndexOf(Annotation, int, int)
Remove(Annotation)Remove the Annotation object from the collection.
RemoveAt(int)

See Also