C# Class Microsoft.JScript.RegExpMatch

Inheritance: ArrayObject
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Méthode Description
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