Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

Remarks

For a certain match, the GroupCollection instance contains the set of captured groups in this match.

See Also