C# Класс Microsoft.Zing.AssertStatement

Наследование: System.Compiler.Statement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AssertStatement() публичный Метод

public AssertStatement ( ) : System.Collections.Generic
Результат System.Collections.Generic

AssertStatement() публичный Метод

public AssertStatement ( System.Compiler.Expression booleanExpr, string comment ) : System.Collections.Generic
booleanExpr System.Compiler.Expression
comment string
Результат System.Collections.Generic

AssertStatement() публичный Метод

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
Результат System.Collections.Generic