SymbolResult.Children 属性

定义

子符号生成分析树。

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

属性值

适用于