Class ActCollection

ActCollection class

Act collection.

public class ActCollection : Collection<Act>

Properties

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

Methods

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

See Also