Class CommandLineBinderExtensions
Utility extension class to simplify parsing/binding operations
Inheritance
CommandLineBinderExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Ubiquity.CommandlineParsing
Assembly: Ubiquity.CommandlineParsing.dll
Syntax
public static class CommandLineBinderExtensions
Methods
BindArguments<TResult>(TResult, IImmutableList<ICommandlineArgument>) | Binds a parsed argument list to an object instance |