Sets the output type.
[Visual Basic] Overrides Protected Sub OutputType( _ ByVal typeRef As String _ ) [C#] protected override void OutputType( string typeRef ); [C++] protected: override void OutputType( String* typeRef ); [JScript] protected override function OutputType( typeRef : String );
CSharpCodeGenerator Class | CSharpCodeGenerator Members | System.CodeDOM.Compiler Namespace