Edit

Share via


CommandResult.Children Property

Definition

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

Property Value

Applies to