System.CodeDom.CodeCastExpression.CodeCastExpression C# (CSharp) Méthode

CodeCastExpression() public méthode

public CodeCastExpression ( ) : System.Diagnostics
Résultat System.Diagnostics
        public CodeCastExpression() {
        }

Same methods

CodeCastExpression::CodeCastExpression ( CodeTypeReference targetType, System.CodeDom.CodeExpression expression ) : System.Diagnostics
CodeCastExpression::CodeCastExpression ( Type targetType, System.CodeDom.CodeExpression expression ) : System.Diagnostics
CodeCastExpression::CodeCastExpression ( string targetType, System.CodeDom.CodeExpression expression ) : System.Diagnostics
CodeCastExpression