Skip to main content

GroupCollection Interface

Represents character groups matched by the pattern.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public interface GroupCollection :
    ISimpleCollection<Group>,
    IEnumerable<Group>,
    ICollection,
    IEnumerable

#Returned By

The Match.Groups property returns an instance of GroupCollection.

#Remarks

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

See Also