Click or drag to resize

StiCodeGeneratorOutputTypeAttributes Method

[Missing <summary> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected virtual void OutputTypeAttributes(
	TypeAttributes attributes,
	bool isStruct,
	bool isEnum
)

Parameters

attributes
Type: System.ReflectionTypeAttributes

[Missing <param name="attributes"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)"]

isStruct
Type: SystemBoolean

[Missing <param name="isStruct"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)"]

isEnum
Type: SystemBoolean

[Missing <param name="isEnum"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)"]

See Also