SolutionXMLCollection

SolutionXMLCollection class

SolutionXML collection.

public class SolutionXMLCollection : Collection

Properties

Name Description
Count { get; } Gets the number of elements actually contained in the collection.
Item { get; } Gets the element at the specified index. (2 indexers)

Methods

Name Description
Add(SolutionXML) Add the SolutionXML in the collection.
Clear() Removes all elements from collection.
GetEnumerator() Supports a simple iteration over a nongeneric collection.
IsExist(int) Is exist item in the collection.
Remove(SolutionXML) Remove the SolutionXML from the collection.

See Also