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