Class GPosTable.LookupListTable
public sealed class GPosTable.LookupListTable : IReadOnlyList<GPosTable.LookupTable>, IReadOnlyCollection<GPosTable.LookupTable>, IEnumerable<GPosTable.LookupTable>, IEnumerable
- Inheritance
-
GPosTable.LookupListTable
- Implements
- Inherited Members
Constructors
LookupListTable(ReadOnlySpan<byte>)
public LookupListTable(ReadOnlySpan<byte> span)
Parameters
spanReadOnlySpan<byte>
Properties
Count
Gets the number of elements in the collection.
public int Count { get; }
Property Value
- int
The number of elements in the collection.
this[int]
Gets the element at the specified index in the read-only list.
public GPosTable.LookupTable this[int index] { get; }
Parameters
indexintThe zero-based index of the element to get.
Property Value
- GPosTable.LookupTable
The element at the specified index in the read-only list.
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<GPosTable.LookupTable> GetEnumerator()
Returns
- IEnumerator<GPosTable.LookupTable>
An enumerator that can be used to iterate through the collection.