Method | Description | |
---|---|---|
AssertStatement ( ) : System.Collections.Generic | ||
AssertStatement ( System.Compiler.Expression booleanExpr, string comment ) : System.Collections.Generic | ||
AssertStatement ( System.Compiler.Expression booleanExpr, string comment, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic |
public AssertStatement ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public AssertStatement ( System.Compiler.Expression booleanExpr, string comment ) : System.Collections.Generic | ||
booleanExpr | System.Compiler.Expression | |
comment | string | |
return | System.Collections.Generic |
public AssertStatement ( System.Compiler.Expression booleanExpr, string comment, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic | ||
booleanExpr | System.Compiler.Expression | |
comment | string | |
sourceContext | System.Compiler.SourceContext | |
return | System.Collections.Generic |