begin property Null safety

int begin
read / write

The offset into the bytes for the start of the binary range.

This value will always be greater than or equal to zero, and less than or equal to the end.

Implementation

int begin;