HelpExtensions.HierarchicalOptions(Command) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::CommandLine::Option ^> ^ HierarchicalOptions(System::CommandLine::Command ^ c);
public static System.Collections.Generic.IEnumerable<System.CommandLine.Option> HierarchicalOptions(this System.CommandLine.Command c);
static member HierarchicalOptions : System.CommandLine.Command -> seq<System.CommandLine.Option>
<Extension()>
Public Function HierarchicalOptions (c As Command) As IEnumerable(Of Option)

Parameters

Returns

Applies to