CommandProviderGetCommandsUnsorted Method

Gets all the commands supported by this provider.

Definition

Namespace: Ookii.CommandLine.Support
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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