Skip to content

DataBlock.Create Method

Definition

Creates a new DataBlock from the specified data.

public static DataBlock Create(IEnumerable<Byte> data);

View source

Parameters

Name Type Description
data IEnumerable<Byte> The data for the block.

Returns

DataBlock

A new DataBlock containing the data with a calculated checksum.