C# 클래스 Microsoft.JScript.ArrayPrototype

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

비공개 메소드들

메소드 설명
ArrayPrototype ( ObjectPrototype parent ) : Microsoft.JScript.Vsa
Join ( Object thisob, String separator, bool localize ) : String
SetMemberValue ( String name, Object value ) : void
SetValueAtIndex ( uint index, Object value ) : void
concat ( Object thisob, VsaEngine engine ) : ArrayObject
join ( Object thisob, Object separator ) : String
pop ( Object thisob ) : Object
push ( Object thisob ) : long
reverse ( Object thisob ) : Object
shift ( Object thisob ) : Object
slice ( Object thisob, VsaEngine engine, double start, Object end ) : ArrayObject
sort ( Object thisob, Object function ) : Object
splice ( Object thisob, VsaEngine engine, double start, double deleteCnt ) : ArrayObject
toLocaleString ( Object thisob ) : String
toString ( Object thisob ) : String
unshift ( Object thisob ) : Object