Beispiel #1
0
 public void RequestParsing(string rawValue, DirectiveCollection childrenContainer, ArgumentCollection arguments) =>
 ParseRequested?.Invoke(rawValue, childrenContainer, arguments);
Beispiel #2
0
 public void RequestParsing(string rawValue, ref ControllerCollection childrenContainer, ArgumentInfoCollection contentArguments) =>
 ParseRequested?.Invoke(rawValue, ref childrenContainer, contentArguments);