C# Class Microsoft.Zing.AtomicBlock

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

Méthodes publiques

Méthode Description
AtomicBlock ( ) : System.Collections.Generic
AtomicBlock ( StatementList statements ) : System.Collections.Generic
AtomicBlock ( StatementList statements, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

Method Details

AtomicBlock() public méthode

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

AtomicBlock() public méthode

public AtomicBlock ( StatementList statements ) : System.Collections.Generic
statements StatementList
Résultat System.Collections.Generic

AtomicBlock() public méthode

public AtomicBlock ( StatementList statements, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
statements StatementList
sourceContext System.Compiler.SourceContext
Résultat System.Collections.Generic