BinaryFile.Bytes Property
Definition
The raw bytes of the file.
public IReadOnlyList<Byte> Bytes { get; }
Property Value
The raw bytes of the file.
The raw bytes of the file.
public IReadOnlyList<Byte> Bytes { get; }
The raw bytes of the file.