Ejemplo n.º 1
0
 public ArgumentReader(params IArgument[] args)
     : this(SwitchArgument.CreateHelpArgument(SwitchCharacter.Slash), args)
 {
 }