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

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

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

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

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

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

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

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

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

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

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