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

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

공개 프로퍼티들

프로퍼티 타입 설명
array Microsoft.Zing.Pointer[]

공개 메소드들

메소드 설명
Clone ( ) : object
ComplexArray ( Application app, int size ) : System
ComplexArray ( int size ) : System
GetValue ( int fi ) : object
SetValue ( int fi, object val ) : void
this ( int index ) : Microsoft.Zing.Pointer

비공개 메소드들

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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

ComplexArray() 공개 메소드

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

ComplexArray() 공개 메소드

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

GetValue() 공개 메소드

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

SetValue() 공개 메소드

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

this() 공개 메소드

public this ( int index ) : Microsoft.Zing.Pointer
index int
리턴 Microsoft.Zing.Pointer

프로퍼티 상세

array 공개적으로 프로퍼티

public Pointer[],Microsoft.Zing array
리턴 Microsoft.Zing.Pointer[]