C# Class Irontalk.Array

Inheritance: STRuntimeObject
Exibir arquivo Open project: rezonant/irontalk

Public Methods

Method Description
Array ( object array ) : System

Private Methods

Method 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 method

public Array ( object array ) : System
array object
return System