Class CustomPropCollection

CustomPropCollection class

CustomProps collection.

public class CustomPropCollection : Collection<CustomProp>

Constructors

NameDescription
CustomPropCollection()Constructor.

Properties

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

Methods

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

See Also