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

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

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

Метод Описание
Select ( ) : System.Collections.Generic
Select ( bool endState, bool deterministic, JoinStatementList joinStatementList ) : System.Collections.Generic
Select ( bool endState, bool deterministic, JoinStatementList joinStatementList, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
Select ( bool endState, bool deterministic, bool visible, JoinStatementList joinStatementList ) : System.Collections.Generic
Select ( bool endState, bool deterministic, bool visible, JoinStatementList joinStatementList, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

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

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

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

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

public Select ( bool endState, bool deterministic, JoinStatementList joinStatementList ) : System.Collections.Generic
endState bool
deterministic bool
joinStatementList JoinStatementList
Результат System.Collections.Generic

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

public Select ( bool endState, bool deterministic, JoinStatementList joinStatementList, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
endState bool
deterministic bool
joinStatementList JoinStatementList
sourceContext System.Compiler.SourceContext
Результат System.Collections.Generic

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

public Select ( bool endState, bool deterministic, bool visible, JoinStatementList joinStatementList ) : System.Collections.Generic
endState bool
deterministic bool
visible bool
joinStatementList JoinStatementList
Результат System.Collections.Generic

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

public Select ( bool endState, bool deterministic, bool visible, JoinStatementList joinStatementList, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
endState bool
deterministic bool
visible bool
joinStatementList JoinStatementList
sourceContext System.Compiler.SourceContext
Результат System.Collections.Generic