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.OutputType

Generates code for the specified type.

[Visual Basic]
Overridable Protected Sub OutputType( _
   ByVal typeRef As String _
)
[C#]
protected virtual void OutputType(
   string typeRef
);
[C++]
protected: virtual void OutputType(
   String* typeRef
);
[JScript]
protected function OutputType(
   typeRef : String
);

Parameters

typeRef
The type to generate code for.

See Also

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