[Visual Basic] Overridable Protected Function GetGroup( _ ByVal groupnum As Integer _ ) As Group [C#] protected virtual Group GetGroup( int groupnum ); [C++] protected: virtual Group* GetGroup( int groupnum ); [JScript] protected function GetGroup( groupnum : int ) : Group;
Match Class | Match Members | System.Text.RegularExpressions Namespace