C# 클래스 Microsoft.JScript.RegExpMatch

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

비공개 메소드들

메소드 설명
Concat ( ArrayObject source ) : void
Concat ( Object value ) : void
DeleteValueAtIndex ( uint index ) : bool
GetMemberValue ( String name ) : Object
GetValueAtIndex ( uint index ) : Object
Hydrate ( ) : void
RegExpMatch ( ArrayPrototype parent, Regex regex, Match match, String input ) : System
RegExpMatch ( ArrayPrototype parent, Regex regex, MatchCollection matches, String input ) : System
SetValueAtIndex ( uint index, Object value ) : void
Shift ( ) : Object
Sort ( ScriptFunction compareFn ) : void
Splice ( uint start, uint deleteItems, Object args, ArrayObject outArray, uint oldLength, uint newLength ) : void
SwapValues ( uint pi, uint qi ) : void
Unshift ( Object args ) : ArrayObject