Class RelLineToCollection

RelLineToCollection class

RelLineTo collection.

public class RelLineToCollection : Collection<RelLineTo>

Properties

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

Methods

NameDescription
BinarySearch(RelLineTo)
BinarySearch(RelLineTo, IComparer<RelLineTo>)
BinarySearch(int, int, RelLineTo, IComparer<RelLineTo>)
Clear()
Contains(RelLineTo)
CopyTo(RelLineTo[])
CopyTo(RelLineTo[], int)
CopyTo(int, RelLineTo[], int, int)
Exists(Predicate<RelLineTo>)
Find(Predicate<RelLineTo>)
FindAll(Predicate<RelLineTo>)
FindIndex(Predicate<RelLineTo>)
FindIndex(int, Predicate<RelLineTo>)
FindIndex(int, int, Predicate<RelLineTo>)
FindLast(Predicate<RelLineTo>)
FindLastIndex(Predicate<RelLineTo>)
FindLastIndex(int, Predicate<RelLineTo>)
FindLastIndex(int, int, Predicate<RelLineTo>)
GetEnumerator()
IndexOf(RelLineTo)
IndexOf(RelLineTo, int)
IndexOf(RelLineTo, int, int)
LastIndexOf(RelLineTo)
LastIndexOf(RelLineTo, int)
LastIndexOf(RelLineTo, int, int)
RemoveAt(int)

See Also