Inheritance: PowerArgs.ArgValidator
コード例 #1
0
ファイル: ArgRequired.cs プロジェクト: jiaw37/PowerArgs
 public ArgRequiredConditionalHook(ArgRequired parent)
 {
     this.parent = parent;
     this.AfterPopulatePropertiesPriority = 2;
     this.TabCompletionHandlerType        = parent.TabCompletionHandlerType;
     this.HighlighterConfiguratorType     = parent.HighlighterConfiguratorType;
 }
コード例 #2
0
ファイル: ArgRequired.cs プロジェクト: abbottdev/PowerArgs
 public ArgRequiredConditionalHook(ArgRequired parent)
 {
     this.parent = parent;
     this.AfterPopulatePropertiesPriority = 2;
     this.TabCompletionHandlerType = parent.TabCompletionHandlerType;
     this.HighlighterConfiguratorType = parent.HighlighterConfiguratorType;
 }
コード例 #3
0
 public ArgRequiredConditionalHook(ArgRequired parent)
 {
     this.parent = parent;
     this.AfterPopulatePropertiesPriority = 2;
 }