Generates code for the specified object type and name pair.
[Visual Basic] Overridable Protected Sub OutputTypeNamePair( _ ByVal typeRef As String, _ ByVal name As String _ ) [C#] protected virtual void OutputTypeNamePair( string typeRef, string name ); [C++] protected: virtual void OutputTypeNamePair( String* typeRef, String* name ); [JScript] protected function OutputTypeNamePair( typeRef : String, name : String );
CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace