System.CodeDom.Compiler.CodeValidator.ValidateTypeConstructor C# (CSharp) Method

ValidateTypeConstructor() private method

private ValidateTypeConstructor ( CodeTypeConstructor e ) : void
e System.CodeDom.CodeTypeConstructor
return void
        private void ValidateTypeConstructor(CodeTypeConstructor e) {
            ValidateStatements(e.Statements);
        }
CodeValidator