ExecuteCommand constructor

ExecuteCommand(
  1. List<String> args
)

Implementation

ExecuteCommand(List<String> args) : _command = Command(args);