コード例 #1
0
 public ArgumentAwareWrapperSmartTabCompletionSource(CommandLineArgumentsDefinition definition, CommandLineArgument target, ITabCompletionSource toWrap)
 {
     this.Target        = target;
     this.Definition    = definition;
     this.WrappedSource = toWrap;
 }
コード例 #2
0
 public ArgumentAwareWrapperTabCompletionSource(CommandLineArgumentsDefinition definition, CommandLineArgument target, ITabCompletionSource toWrap) : base(definition, target)
 {
     this.WrappedSource = toWrap;
 }
コード例 #3
0
 public ArgumentAwareWrapperTabCompletionSource(CommandLineArgumentsDefinition definition, CommandLineArgument target, ITabCompletionSource toWrap)
     : base(definition, target)
 {
     this.WrappedSource = toWrap;
 }