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

IsValidIdentifier() protected abstract method

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