packingAlignment property

int? packingAlignment
getter/setter pair

The pack size of the class.

If specified, this contains one of the values 1, 2, 4, 8, or 16, representing the packing alignment of the class. If null, no packing alignment is specified.

Implementation

int? packingAlignment;