C# 클래스 Microsoft.JScript.ArrayWrapper

상속: ArrayObject
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetType ( ) : Type

비공개 메소드들

메소드 설명
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

메소드 상세

GetType() 공개 메소드

public GetType ( ) : Type
리턴 System.Type