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