Example #1
0
 internal override void ValidateOption(int commandLevel)
 {
     OptionRules.PropertyMappingIsSet(this, commandLevel);
     OptionRules.MappedPropertyIsWritable(this, commandLevel);
     OptionRules.OnProcessCallbackNotAllowedForBoolOptions(this, commandLevel);
 }