The LinkCollection type exposes the following members.

Methods

  NameDescription
Public methodAccept
Accept this annotation for all items in the collection.
Public methodAdd
Add an existing link annotation to this collection.
Public methodAddRange
Adds the elements of an array of links to the end of the collection.
Public methodClear
Clear this collection.
Public methodContains
Determine whether an Link is in the LinkCollection.
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Returns the index of the specified link annotation in the collection.
Public methodInsert
Insert an existing link annotation at the specified index.
Public methodRemove
Remove a link annotation from this collection.
Public methodRemoveAt
Remove a link annotation at the specified index.

See Also