C# 클래스 Microsoft.Zing.Application.SimpleArray

상속: Microsoft.Zing.ZingArray
파일 보기 프로젝트 열기: ZingModelChecker/Zing

공개 프로퍼티들

프로퍼티 타입 설명
array _ElementType[]

공개 메소드들

메소드 설명
Clone ( ) : object
GetValue ( int fi ) : object
SetValue ( int fi, object val ) : void
SimpleArray ( Application app, int size ) : System
SimpleArray ( int size ) : System
TraverseFields ( FieldTraverser ft ) : void
WriteString ( StateImpl state, BinaryWriter bw ) : void
this ( int index ) : _ElementType

비공개 메소드들

메소드 설명
SimpleArray ( SimpleArray c ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

GetValue() 공개 메소드

public GetValue ( int fi ) : object
fi int
리턴 object

SetValue() 공개 메소드

public SetValue ( int fi, object val ) : void
fi int
val object
리턴 void

SimpleArray() 공개 메소드

public SimpleArray ( Application app, int size ) : System
app Application
size int
리턴 System

SimpleArray() 공개 메소드

public SimpleArray ( int size ) : System
size int
리턴 System

TraverseFields() 공개 메소드

public TraverseFields ( FieldTraverser ft ) : void
ft FieldTraverser
리턴 void

WriteString() 공개 메소드

public WriteString ( StateImpl state, BinaryWriter bw ) : void
state StateImpl
bw System.IO.BinaryWriter
리턴 void

this() 공개 메소드

public this ( int index ) : _ElementType
index int
리턴 _ElementType

프로퍼티 상세

array 공개적으로 프로퍼티

public _ElementType[] array
리턴 _ElementType[]