C# 클래스 Microsoft.Zing.AtomicBlock
파일 보기
프로젝트 열기: ZingModelChecker/Zing
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
AtomicBlock ( ) : System.Collections.Generic |
|
|
AtomicBlock ( StatementList statements ) : System.Collections.Generic |
|
|
AtomicBlock ( StatementList statements, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic |
|
|
메소드 상세
public AtomicBlock ( ) : System.Collections.Generic |
리턴 |
System.Collections.Generic |
|
public AtomicBlock ( StatementList statements ) : System.Collections.Generic |
statements |
StatementList |
|
리턴 |
System.Collections.Generic |
|
public AtomicBlock ( StatementList statements, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic |
statements |
StatementList |
|
sourceContext |
System.Compiler.SourceContext |
|
리턴 |
System.Collections.Generic |
|