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

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

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

Метод Описание
AtomicBlock ( ) : System.Collections.Generic
AtomicBlock ( StatementList statements ) : System.Collections.Generic
AtomicBlock ( StatementList statements, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

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

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

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

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

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

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

public AtomicBlock ( StatementList statements, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
statements StatementList
sourceContext System.Compiler.SourceContext
Результат System.Collections.Generic