Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Atomic()

  • Declared in: RT.Generexes.GenerexBase<T, TMatch, TGenerex, TGenerexMatch>

Declaration

public TGenerex Atomic()

Summary

Matches this regular expression atomically (without backtracking into it) (cf. (?>...) in traditional regular expression syntax).