Class RelMoveToCollection

RelMoveToCollection class

RelMoveTo collection.

public class RelMoveToCollection : Collection<RelMoveTo>

Properties

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

Methods

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

See Also