Table of Contents

Method OutputTypeAttributes

Namespace
Alternet.FormDesigner.TypeScript
Assembly
Alternet.FormDesigner.TypeScript.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 TypeAttributes

One of the enumeration values that indicates the type attributes to generate code for.

isStruct bool

true if the type is a struct; otherwise, false.

isEnum bool

true if the type is an enum; otherwise, false.