C# 클래스 Microsoft.Zing.Application.EnumSet
파일 보기
프로젝트 열기: ZingModelChecker/Zing
공개 메소드들
비공개 메소드들
메소드 |
설명 |
|
EnumSet ( EnumSet c ) : System |
|
|
메소드 상세
public Clone ( ) : object |
리턴 |
object |
|
public EnumSet ( ) : System |
리턴 |
System |
|
public EnumSet ( Application app ) : System |
app |
Application |
|
리턴 |
System |
|
public TraverseFields ( FieldTraverser ft ) : void |
ft |
FieldTraverser |
|
리턴 |
void |
|
public WriteString ( StateImpl state, BinaryWriter bw ) : void |
state |
StateImpl |
|
bw |
System.IO.BinaryWriter |
|
리턴 |
void |
|
public this ( int index ) : _ElementType |
index |
int |
|
리턴 |
_ElementType |
|