Inheritance: PowerArgs.ArgValidator
Beispiel #1
0
 public ArgRequiredConditionalHook(ArgRequired parent)
 {
     this.parent = parent;
     this.AfterPopulatePropertiesPriority = 2;
     this.TabCompletionHandlerType        = parent.TabCompletionHandlerType;
     this.HighlighterConfiguratorType     = parent.HighlighterConfiguratorType;
 }
Beispiel #2
0
 public ArgRequiredConditionalHook(ArgRequired parent)
 {
     this.parent = parent;
     this.AfterPopulatePropertiesPriority = 2;
     this.TabCompletionHandlerType = parent.TabCompletionHandlerType;
     this.HighlighterConfiguratorType = parent.HighlighterConfiguratorType;
 }
 public ArgRequiredConditionalHook(ArgRequired parent)
 {
     this.parent = parent;
     this.AfterPopulatePropertiesPriority = 2;
 }