Class ParaCollection

ParaCollection class

Para collection.

public class ParaCollection : Collection

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection.
Item { get; }Gets the element at the specified index.

Methods

NameDescription
Add(Para)Add the Para object in the collection.
Clear()Removes all elements from collection.
GetEnumerator()Supports a simple iteration over a nongeneric collection.
GetPara(int)Gets the element at the specified index IX. Returns Null if the element is not exist.
IsExist(int)Is exist item in the collection.
Remove(Para)Remove the Para object from the collection.

See Also