Skip to content

BinaryDataSource Constructors

Binary data held in memory, placed in the output as-is.

public BinaryDataSource(ReadOnlyMemory<Byte> data);

View source

Parameters

Name Type Description
data ReadOnlyMemory<Byte>