Method BindParseResults
BindParseResults(Object, IImmutableList<ICommandlineArgument>)
Binds a previously parsed list of arguments to an object instance
Declaration
public void BindParseResults(object instance, IImmutableList<ICommandlineArgument> parsedResults)
Parameters
public void BindParseResults(object instance, IImmutableList<ICommandlineArgument> parsedResults)
Object | instance | Instance of object to bind the arguments to |
System.Collections.Immutable.IImmutableList<ICommandlineArgument> | parsedResults | Results to bind to the object this binder is for |