System.CodeDom.Compiler.CodeGenerator.OutputType C# (CSharp) Method

OutputType() protected abstract method

protected abstract OutputType ( CodeTypeReference typeRef ) : void
typeRef CodeTypeReference
return void
        protected abstract void OutputType(CodeTypeReference typeRef);
CodeGenerator