System.CodeDom.Compiler.CodeGenerator.OutputType C# (CSharp) Méthode

OutputType() protected abstract méthode

protected abstract OutputType ( CodeTypeReference typeRef ) : void
typeRef CodeTypeReference
Résultat void
        protected abstract void OutputType(CodeTypeReference typeRef);
CodeGenerator