C# Class Microsoft.JScript.ArrayWrapper

Inheritance: ArrayObject
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetType ( ) : Type

Private Methods

Method Description
ArrayWrapper ( ScriptObject prototype, Array value, bool implicitWrapper ) : System
Concat ( ArrayObject source ) : void
Concat ( Object value ) : void
GetPropertyEnumerator ( ArrayList enums, ArrayList objects ) : void
GetValueAtIndex ( uint index ) : Object
SetMemberValue ( String name, Object val ) : void
SetValueAtIndex ( uint index, Object val ) : void
Shift ( ) : Object
Sort ( ScriptFunction compareFn ) : void
Splice ( uint start, uint deleteCount, Object args, ArrayObject outArray, uint oldLength, uint newLength ) : void
SwapValues ( uint pi, uint qi ) : void
ToArray ( ) : Object[]
ToNativeArray ( Type elementType ) : Array
Unshift ( Object args ) : ArrayObject

Method Details

GetType() public method

public GetType ( ) : Type
return System.Type