Skip to content

NexFormat.WriteAsync Method

Definition

Writes a strongly typed snapshot file to a IBinaryWriter.

protected override ValueTask WriteAsync(NexFile file, IBinaryWriter writer);

Parameters

Name Type Description
file NexFile The file to write.
writer IBinaryWriter The IBinaryWriter to write to.

Returns

ValueTask