Edit

Share via


CommandLine.ConfigureRootCommandFromMethod Method

Definition

public static System.CommandLine.CommandLineConfiguration ConfigureRootCommandFromMethod(this System.CommandLine.CommandLineConfiguration builder, System.Reflection.MethodInfo method, object target = default);
static member ConfigureRootCommandFromMethod : System.CommandLine.CommandLineConfiguration * System.Reflection.MethodInfo * obj -> System.CommandLine.CommandLineConfiguration
<Extension()>
Public Function ConfigureRootCommandFromMethod (builder As CommandLineConfiguration, method As MethodInfo, Optional target As Object = Nothing) As CommandLineConfiguration

Parameters

method
MethodInfo
target
Object

Returns

Applies to