C# Class Irontalk.Array

Inheritance: STRuntimeObject
Afficher le fichier Open project: rezonant/irontalk

Méthodes publiques

Méthode Description
Array ( object array ) : System

Private Methods

Méthode Description
At ( long index ) : object
AtPut ( long index, object value ) : void
NativeArray ( ) : object[]
New ( ) : Array
New ( long size ) : Array
STAdd ( object value ) : void
Size ( ) : long
ToString ( ) : string

Method Details

Array() public méthode

public Array ( object array ) : System
array object
Résultat System