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

ValidateTypeOfExpression() private static method

private static ValidateTypeOfExpression ( CodeTypeOfExpression e ) : void
e System.CodeDom.CodeTypeOfExpression
return void
        private static void ValidateTypeOfExpression(CodeTypeOfExpression e) {
            ValidateTypeReference(e.Type);
        }
CodeValidator