C# Class Microsoft.JScript.VBArrayPrototype

Inheritance: JSObject
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
VBArrayPrototype ( FunctionPrototype funcprot, ObjectPrototype parent ) : Microsoft.JScript.Vsa
dimensions ( Object thisob ) : int
getItem ( Object thisob ) : Object
lbound ( Object thisob, Object dimension ) : int
toArray ( Object thisob, VsaEngine engine ) : ArrayObject
ubound ( Object thisob, Object dimension ) : int