C# Class Microsoft.Zing.Select

Inheritance: System.Compiler.Statement
Afficher le fichier Open project: ZingModelChecker/Zing Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Select() public méthode

public Select ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Select() public méthode

public Select ( bool endState, bool deterministic, JoinStatementList joinStatementList ) : System.Collections.Generic
endState bool
deterministic bool
joinStatementList JoinStatementList
Résultat System.Collections.Generic

Select() public méthode

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
Résultat System.Collections.Generic

Select() public méthode

public Select ( bool endState, bool deterministic, bool visible, JoinStatementList joinStatementList ) : System.Collections.Generic
endState bool
deterministic bool
visible bool
joinStatementList JoinStatementList
Résultat System.Collections.Generic

Select() public méthode

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
Résultat System.Collections.Generic