BaseCollection

Overview

BaseCollection is a class in Aspose.Slides FOSS for .NET. Inherits from: IEnumerable<T>.

The element type of the collection.

Properties

NameTypeAccessDescription
LengthintReadGets the number of items contained in the collection

Methods

SignatureDescription
Contains(item: T)true if the item is found; otherwise false.
GetEnumerator()Returns an enumerator that iterates through the collection items

See Also