Class ConnectCollection

ConnectCollection class

Connect collection.

public class ConnectCollection : Collection<Connect>

Properties

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

Methods

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

See Also