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

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

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

Метод Описание
EventStatement ( ) : System.Collections.Generic
EventStatement ( System.Compiler.Expression messageType, System.Compiler.Expression direction ) : System.Collections.Generic
EventStatement ( System.Compiler.Expression channelNumber, System.Compiler.Expression messageType, System.Compiler.Expression direction ) : System.Collections.Generic
EventStatement ( System.Compiler.Expression channelNumber, System.Compiler.Expression messageType, System.Compiler.Expression direction, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
EventStatement ( System.Compiler.Expression messageType, System.Compiler.Expression direction, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

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

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

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

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

public EventStatement ( System.Compiler.Expression messageType, System.Compiler.Expression direction ) : System.Collections.Generic
messageType System.Compiler.Expression
direction System.Compiler.Expression
Результат System.Collections.Generic

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

public EventStatement ( System.Compiler.Expression channelNumber, System.Compiler.Expression messageType, System.Compiler.Expression direction ) : System.Collections.Generic
channelNumber System.Compiler.Expression
messageType System.Compiler.Expression
direction System.Compiler.Expression
Результат System.Collections.Generic

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

public EventStatement ( System.Compiler.Expression channelNumber, System.Compiler.Expression messageType, System.Compiler.Expression direction, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
channelNumber System.Compiler.Expression
messageType System.Compiler.Expression
direction System.Compiler.Expression
sourceContext System.Compiler.SourceContext
Результат System.Collections.Generic

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

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