System.RegularExpressions.TGroupCollection Methods
InheritedProtected
| ContainsNamedGroup | public | If a group with index exists in the collection, ContainsNamedGroup returns True, otherwise, it returns False. |
| Create | public | |
| GetEnumerator | public | Acquires a TGroupCollection to iterate through the TGroup instances in the collection. |
| operator [] | public | |
| TryGetNamedGroup | public | Returns the group identified by the collection index. |