BaseCollection
Overview
BaseCollection is a class in Aspose.Slides FOSS for .NET.
Inherits from: IEnumerable<T>.
The element type of the collection.
This class provides 2 methods for working with BaseCollection objects in .NET programs.
Available methods include: Contains, GetEnumerator.
All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: Length.
Description
BaseCollection is a class in the Aspose.Slides FOSS library for .NET that exposes 2 methods and 1 property for programmatic use. It extends IEnumerable<T>, inheriting shared functionality from its parent type.
The class also provides the Length property (gets the length).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Length | int | Read | Gets the length. |
Methods
| Signature | Description |
|---|---|
Contains(item: T) | true if the item is found; otherwise false. |
GetEnumerator() | Returns an enumerator that iterates through the collection items |