Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 772 Bytes

File metadata and controls

27 lines (15 loc) · 772 Bytes

CharPattern.AppendGroupContentTo(PatternBuilder) Method

Home

Containing Type: CharPattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Appends the current instance to a specified PatternBuilder. The current instance is interpreted as a part of the character group.

protected virtual void AppendGroupContentTo(Pihrtsoft.Text.RegularExpressions.Linq.PatternBuilder builder)

Parameters

builderPatternBuilder

The builder to use for appending the text.

Exceptions

ArgumentNullException

builder is null.