TryGetArguments(String, out IEnumerable?) Method

Definition

Assembly XenoAtom.CommandLine.dll

Tries to get the arguments from the specified value.

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

Parameters

value
String

The value to get the argument from.

replacement
IEnumerable<String>

Returns

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