Esempio n. 1
0
 public CalloutInteropInfo(string subject, InternalRegex regex, Func <PcreCallout, PcreCalloutResult> callout)
 {
     _subject     = subject;
     _subjectSpan = default;
     _regex       = regex;
     _callout     = callout;
     Exception    = null;
 }