GroupCollection Interface
Represents character groups matched by the pattern.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly:
DevExpress.RichEdit.v19.1.Core.dll
Declaration
[ComVisible(true)]
public interface GroupCollection :
ISimpleCollection<Group>,
IEnumerable<Group>,
IEnumerable,
ICollection
<ComVisible(True)>
Public Interface GroupCollection
Inherits ISimpleCollection(Of Group),
IEnumerable(Of Group),
IEnumerable,
ICollection
The following members accept/return GroupCollection objects:
For a certain match, the GroupCollection instance contains the set of captured groups in this match.
See Also