Struct PointerSpanEnumerator
Provides an enumerator to process chunks of unmanaged memory as a Span<T>.
Inherited Members
Namespace: GtfDdsSharp
Assembly: GtfDdsSharp.dll
Syntax
public struct PointerSpanEnumerator
Constructors
| Name | Description |
|---|---|
| PointerSpanEnumerator(byte*, uint) | Provides an enumerator to process chunks of unmanaged memory as a Span<T>. |
| PointerSpanEnumerator(nint, uint) | Provides an enumerator to process chunks of unmanaged memory as a Span<T>. |
Properties
| Name | Description |
|---|---|
| Current | Gets the chunk of memory at the current position of the enumerator. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator to process chunks of unmanaged memory. |
| MoveNext() | Advances the enumerator to the next chunk of memory. |