Class HyperlinkCollection

HyperlinkCollection class

Hyperlink collection.

public class HyperlinkCollection : Collection<Hyperlink>

Properties

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

Methods

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

See Also