Table of Contents

Interface IArgumentBuilder

Namespace
OneImlx.Terminal.Hosting
Assembly
OneImlx.Terminal.dll

An abstraction of argument builder.

public interface IArgumentBuilder
Extension Methods

Properties

Services

The service collection.

IServiceCollection Services { get; }

Property Value

IServiceCollection

Methods

Add()

Builds a new ArgumentDescriptor and add it to the service collection.

ICommandBuilder Add()

Returns

ICommandBuilder

The configured ICommandBuilder.