Class PropCollection

PropCollection class

Prop collection.

public class PropCollection : Collection<Prop>

Properties

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

Methods

NameDescription
Add(Prop)Add the Prop object in the collection.
BinarySearch(Prop)
BinarySearch(Prop, IComparer<Prop>)
BinarySearch(int, int, Prop, IComparer<Prop>)
Clear()
Contains(Prop)
CopyTo(Prop[])
CopyTo(Prop[], int)
CopyTo(int, Prop[], int, int)
Exists(Predicate<Prop>)
Find(Predicate<Prop>)
FindAll(Predicate<Prop>)
FindIndex(Predicate<Prop>)
FindIndex(int, Predicate<Prop>)
FindIndex(int, int, Predicate<Prop>)
FindLast(Predicate<Prop>)
FindLastIndex(Predicate<Prop>)
FindLastIndex(int, Predicate<Prop>)
FindLastIndex(int, int, Predicate<Prop>)
GetEnumerator()
GetProp(int)Gets the element at the specified ID.
GetProp(string)Gets the element at the specified name.
IndexOf(Prop)
IndexOf(Prop, int)
IndexOf(Prop, int, int)
LastIndexOf(Prop)
LastIndexOf(Prop, int)
LastIndexOf(Prop, int, int)
Remove(Prop)Remove the Prop object from the collection.
RemoveAt(int)

See Also