Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Stringerex<IEnumerable<TResult>> Times(int)

Declaration

public Stringerex<IEnumerable<TResult>> Times(
    int times
)

Summary

Returns a regular expression that matches this regular expression the specified number of times (cf. {times} in traditional regular expression syntax).

Parameters

inttimes A non-negative number specifying the number of times the regular expression must match.

Exceptions

  • System.ArgumentOutOfRangeException
    times is negative.