C# Class Bike.Interpreter.Builtin.BikeArray

Inheritance: BikeObject
Exibir arquivo Open project: buunguyen/bike Class Usage Examples

Public Methods

Method Description
Assign ( string name, object value ) : void
BikeArray ( ) : System.Collections
Exist ( string name ) : bool
GetEnumerator ( ) : IEnumerator
OwnExist ( string name ) : bool
Resolve ( string name ) : object

Private Methods

Method Description
this ( int index ) : object

Method Details

Assign() public method

public Assign ( string name, object value ) : void
name string
value object
return void

BikeArray() public method

public BikeArray ( ) : System.Collections
return System.Collections

Exist() public method

public Exist ( string name ) : bool
name string
return bool

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

OwnExist() public method

public OwnExist ( string name ) : bool
name string
return bool

Resolve() public method

public Resolve ( string name ) : object
name string
return object