DataBlock.Create Method
Definition
Creates a new DataBlock from the specified data.
public static DataBlock Create(IEnumerable<Byte> data);
Parameters
| Name | Type | Description |
|---|---|---|
| data | IEnumerable<Byte> | The data for the block. |
Returns
A new DataBlock containing the data with a calculated checksum.