A constructor that creates an object of the Size class with the given parameter in the form of unsigned value. If called without parameters, then the default parameter is zero.
Number of unsigned bytes.
Typical usage:
Size offset = new Size(17);
See Implementation
A constructor that creates an object of the Size class with the given parameter in the form of unsigned value. If called without parameters, then the default parameter is zero.