Command.Children Property

Definition

Gets the child symbols.

public:
 property System::Collections::Generic::IEnumerable<System::CommandLine::Symbol ^> ^ Children { System::Collections::Generic::IEnumerable<System::CommandLine::Symbol ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.CommandLine.Symbol> Children { get; }
member this.Children : seq<System.CommandLine.Symbol>
Public ReadOnly Property Children As IEnumerable(Of Symbol)

Property Value

Applies to