Skip to content

Block.LoadInto Method

Definition

Loads the block data into the specified memory span.

public void LoadInto(Span<Byte> memory);

View source

Parameters

Name Type Description
memory Span<Byte> The memory span to load the data into.