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