BaseCollection — The element type of the collection. Inherits from: IEnumerable<T>.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|
Length | int | Read/Write | |
Methods
| Method | Returns | Description |
|---|
Contains(T item) | void | true if the item is found; otherwise false. |
GetEnumerator() | void | |
See Also