Symbol.Parents プロパティ

定義

親シンボルを取得します。

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

プロパティ値

適用対象