BaseCollection
Overview
BaseCollection is a class in Aspose.Slides FOSS for .NET.
Inherits from: IEnumerable<T>.
The element type of the collection.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Length | int | Read | Gets the number of items contained in the collection |
Methods
| Signature | Description |
|---|---|
Contains(item: T) | true if the item is found; otherwise false. |
GetEnumerator() | Returns an enumerator that iterates through the collection items |