CliCommandBuilderGetParentsTDefinition Method

Gets the command builders that are registered as nested/external parents of a child definition.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.0.0
C#
public static IEnumerable<CliCommandBuilder> GetParents<TDefinition>()

Type Parameters

TDefinition
The child definition class.

Return Value

IEnumerableCliCommandBuilder
An enumerable whose elements are the CliCommandBuilder instances registered as nested/external parents.

See Also