Beispiel #1
0
 public abstract void match(ref match_input input, out match_result result);
Beispiel #2
0
 public override void match(ref match_input input, out match_result result)
 => pcrenet_match(ref input, out result);
Beispiel #3
0
 private static extern void pcrenet_match(ref match_input input, out match_result result);
Beispiel #4
0
 public static void match(ref match_input input, out match_result result)
 => _impl.match(ref input, out result);