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

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

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

Метод Описание
AssumeStatement ( ) : System.Collections.Generic
AssumeStatement ( System.Compiler.Expression booleanExpr ) : System.Collections.Generic
AssumeStatement ( System.Compiler.Expression booleanExpr, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

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

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

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

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

public AssumeStatement ( System.Compiler.Expression booleanExpr ) : System.Collections.Generic
booleanExpr System.Compiler.Expression
Результат System.Collections.Generic

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

public AssumeStatement ( System.Compiler.Expression booleanExpr, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
booleanExpr System.Compiler.Expression
sourceContext System.Compiler.SourceContext
Результат System.Collections.Generic