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