CommandProviderGetCommandsUnsorted Method

Gets all the commands supported by this provider.

Definition

Namespace: Ookii.CommandLine.Support
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public abstract IEnumerable<CommandInfo> GetCommandsUnsorted(
	CommandManager manager
)

Parameters

manager  CommandManager
The CommandManager that the commands belong to.

Return Value

IEnumerableCommandInfo
A list of CommandInfo instances for the commands, in arbitrary order.

See Also