Class SolutionXMLCollection
Contents
[
Hide
]SolutionXMLCollection class
SolutionXML collection.
public class SolutionXMLCollection : Collection<SolutionXML>
Properties
| Name | Description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; set; } | |
| Item { get; } | Gets the element at the specified attribute Name. Returns null if an element is not exist. |
Methods
| Name | Description |
|---|---|
| Add(SolutionXML) | Add the SolutionXML in the collection. |
| BinarySearch(SolutionXML) | |
| BinarySearch(SolutionXML, IComparer<SolutionXML>) | |
| BinarySearch(int, int, SolutionXML, IComparer<SolutionXML>) | |
| Clear() | |
| Contains(SolutionXML) | |
| CopyTo(SolutionXML[]) | |
| CopyTo(SolutionXML[], int) | |
| CopyTo(int, SolutionXML[], int, int) | |
| Exists(Predicate<SolutionXML>) | |
| Find(Predicate<SolutionXML>) | |
| FindAll(Predicate<SolutionXML>) | |
| FindIndex(Predicate<SolutionXML>) | |
| FindIndex(int, Predicate<SolutionXML>) | |
| FindIndex(int, int, Predicate<SolutionXML>) | |
| FindLast(Predicate<SolutionXML>) | |
| FindLastIndex(Predicate<SolutionXML>) | |
| FindLastIndex(int, Predicate<SolutionXML>) | |
| FindLastIndex(int, int, Predicate<SolutionXML>) | |
| GetEnumerator() | |
| IndexOf(SolutionXML) | |
| IndexOf(SolutionXML, int) | |
| IndexOf(SolutionXML, int, int) | |
| LastIndexOf(SolutionXML) | |
| LastIndexOf(SolutionXML, int) | |
| LastIndexOf(SolutionXML, int, int) | |
| Remove(SolutionXML) | Remove the SolutionXML from the collection. |
| RemoveAt(int) |
See Also
- class Collection<T>
- class SolutionXML
- namespace Aspose.Diagram
- assembly Aspose.Diagram