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

Supports() protected abstract method

protected abstract Supports ( GeneratorSupport support ) : bool
support GeneratorSupport
return bool
        protected abstract bool Supports(GeneratorSupport support);
        protected abstract bool IsValidIdentifier(string value);
CodeGenerator