Table of Contents

Interface IOptionBuilder

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

An abstraction of option builder.

public interface IOptionBuilder
Extension Methods

Properties

Services

The service collection.

IServiceCollection Services { get; }

Property Value

IServiceCollection

Methods

Add()

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

ICommandBuilder Add()

Returns

ICommandBuilder

The configured ICommandBuilder.