OneBasedList

Overview

OneBasedList is a class in Aspose.PDF FOSS for .NET. Inherits from: IReadOnlyList<T>.

Read-only list with 1-based indexer, matching the public API.

This class provides 1 method for working with OneBasedList objects in .NET programs. Available methods include: GetEnumerator. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadGets the count.

Methods

SignatureDescription
GetEnumerator()Calls GetEnumerator on this OneBasedList instance.

See Also