Microsoft.Zing.AssertStatement.AssertStatement C# (CSharp) Méthode

AssertStatement() public méthode

public AssertStatement ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public AssertStatement()
            : base((NodeType)ZingNodeType.Assert)
        {
        }

Same methods

AssertStatement::AssertStatement ( System.Compiler.Expression booleanExpr, string comment ) : System.Collections.Generic
AssertStatement::AssertStatement ( System.Compiler.Expression booleanExpr, string comment, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
AssertStatement