Struct IntegerArray
IntegerArray structure
Wraps an encoded Memory and exposes it as an IList.
public struct IntegerArray : IList<uint>, IReadOnlyList<uint>
Constructors
| Name | Description |
|---|
| IntegerArray(Memory<byte>, IndexEncodingType) | Initializes a new instance of the IntegerArray struct. |
| IntegerArray(Memory<byte>, int, int, IndexEncodingType) | Initializes a new instance of the IntegerArray struct. |
Properties
| Name | Description |
|---|
| Count { get; } | Gets the number of elements in the range delimited by the IntegerArray |
| Item { get; set; } | |
Methods
See Also