C# Class Microsoft.Zing.Application.ComplexArray

Inheritance: Microsoft.Zing.ZingArray
Afficher le fichier Open project: ZingModelChecker/Zing

Méthodes publiques

Свойство Type Description
array Microsoft.Zing.Pointer[]

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ComplexArray ( ComplexArray c ) : System

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

ComplexArray() public méthode

public ComplexArray ( Application app, int size ) : System
app Application
size int
Résultat System

ComplexArray() public méthode

public ComplexArray ( int size ) : System
size int
Résultat System

GetValue() public méthode

public GetValue ( int fi ) : object
fi int
Résultat object

SetValue() public méthode

public SetValue ( int fi, object val ) : void
fi int
val object
Résultat void

this() public méthode

public this ( int index ) : Microsoft.Zing.Pointer
index int
Résultat Microsoft.Zing.Pointer

Property Details

array public_oe property

public Pointer[],Microsoft.Zing array
Résultat Microsoft.Zing.Pointer[]