Symbol.Parents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent symbols.
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)