Method SetBody
SetBody(bool, params IEnumerable<ITypeRef>)
Sets the body of the structure
void SetBody(bool packed, params IEnumerable<ITypeRef> elements)
Parameters
packed
boolFlag to indicate if the body elements are packed (e.g. no padding)
elements
IEnumerable<ITypeRef>Types of each element (may be empty)