Class ConnectionABCDCollection

ConnectionABCDCollection class

ConnectionABCD collection.

public class ConnectionABCDCollection : Collection<ConnectionABCD>

Properties

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

Methods

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

See Also