Block.LoadInto Method
Definition
Loads the block data into the specified memory span.
public void LoadInto(Span<Byte> memory);
Parameters
| Name | Type | Description |
|---|---|---|
| memory | Span<Byte> | The memory span to load the data into. |
Loads the block data into the specified memory span.
public void LoadInto(Span<Byte> memory);
| Name | Type | Description |
|---|---|---|
| memory | Span<Byte> | The memory span to load the data into. |