Table of Contents

Class ArgumentCheckerResult

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

The argument checker result.

public class ArgumentCheckerResult
Inheritance
ArgumentCheckerResult
Inherited Members

Constructors

ArgumentCheckerResult(Type)

Initialize a new instance.

public ArgumentCheckerResult(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