Tries to get the arguments from the specified value.
public override bool TryGetArguments(string value, [NotNullWhen(true)] scoped out IEnumerable<string>? replacement)
The value to get the argument from.
true if this instance is processing the value; false otherwise.