Containing Type: QuantifiablePattern
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Specifies that previous element must be matched at least specified number of times.
public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiedPattern CountFrom(int minCount)
minCount Int32
A minimal number of times the pattern must be matched.
minCount is less than zero.