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 );
CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace