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