NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeGenerator.OutputTypeAttributes

Generates code for the specified type attributes.

[Visual Basic]
Overridable Protected Sub OutputTypeAttributes( _
   ByVal attrs As TypeAttributes _
)
[C#]
protected virtual void OutputTypeAttributes(
   TypeAttributes attrs
);
[C++]
protected: virtual void OutputTypeAttributes(
   TypeAttributes attrs
);
[JScript]
protected function OutputTypeAttributes(
   attrs : TypeAttributes
);

Parameters

attrs
A TypeAttributes that indicates the type attributes to generate code for.

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace | TypeAttributes