TryGetArguments(String, out IEnumerable?) Method

Definition

Assembly XenoAtom.CommandLine.dll

Tries to get the arguments from the specified value.

public abstract bool TryGetArguments(string value, [NotNullWhen(true)] scoped out IEnumerable<string>? arguments)

Parameters

value
String

The value to get the argument from.

arguments
IEnumerable<String>

The expanded arguments if this method return true.

Returns

Boolean
true if this instance is processing the value; false otherwise.