Skip to content

IOFile.LoadInto Method

Definition

Loads the file data into the specified memory span.

public virtual void LoadInto(Span<Byte> memory);

View source

Parameters

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