Method OutputTypeAttributes
- Namespace
- Alternet.FormDesigner.Python
- Assembly
- Alternet.FormDesigner.Python.v9.dll
OutputTypeAttributes(TypeAttributes, bool, bool)
Generates code for the specified type attributes.
protected override void OutputTypeAttributes(TypeAttributes attributes, bool isStruct, bool isEnum)
Parameters
attributes
TypeAttributesOne of the enumeration values that indicates the type attributes to generate code for.
isStruct
booltrue if the type is a struct; otherwise, false.
isEnum
booltrue if the type is an enum; otherwise, false.