Table of Contents

Class OptionCheckerResult

Namespace
OneImlx.Terminal.Commands.Checkers
Assembly
OneImlx.Terminal.dll

The option checker result.

public class OptionCheckerResult
Inheritance
OptionCheckerResult
Inherited Members

Constructors

OptionCheckerResult(Type)

Initialize a new instance.

public OptionCheckerResult(Type mappedType)

Parameters

mappedType Type

The mapped type to validate the option.

Properties

MappedType

The mapped system type.

public Type MappedType { get; }

Property Value

Type

See Also