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
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | Calls GetEnumerator on this OneBasedList instance. |