Class ArgumentCheckerResult
The argument checker result.
public class ArgumentCheckerResult
- Inheritance
-
ArgumentCheckerResult
- Inherited Members
Constructors
ArgumentCheckerResult(Type)
Initialize a new instance.
public ArgumentCheckerResult(Type mappedType)
Parameters
mappedType
TypeThe mapped type to validate the option.
Properties
MappedType
The mapped system type.
public Type MappedType { get; }