The LinkCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this annotation for all items in the collection.
| |
| Add |
Add an existing link annotation to this collection.
| |
| AddRange |
Adds the elements of an array of links to the end of the collection.
| |
| Clear |
Clear this collection.
| |
| Contains |
Determine whether an Link is in the LinkCollection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Returns the index of the specified link annotation in the collection.
| |
| Insert |
Insert an existing link annotation at the specified index.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Remove a link annotation from this collection.
| |
| RemoveAt |
Remove a link annotation at the specified index.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Number of link annotations in this collection.
| |
| Item |
Retrieve a Link annotation by 0-based index.
|