C# Class AjScript.Language.ArrayObject

Inheritance: DynamicObject
Afficher le fichier Open project: ajlopez/AjScript

Méthodes publiques

Méthode Description
ArrayObject ( IFunction function, IEnumerable elements ) : System
GetValue ( string name ) : object
ToArray ( ) : object[]

Method Details

ArrayObject() public méthode

public ArrayObject ( IFunction function, IEnumerable elements ) : System
function IFunction
elements IEnumerable
Résultat System

GetValue() public méthode

public GetValue ( string name ) : object
name string
Résultat object

ToArray() public méthode

public ToArray ( ) : object[]
Résultat object[]