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