Exemplo n.º 1
0
 public ScriptCommand()
 {
     Arguments    = new Dictionary <string, ScriptCommandArgument>();
     ArgumentList = new ScriptCommandArgumentList();
 }
Exemplo n.º 2
0
		public ScriptCommand() {
			Arguments = new Dictionary<string, ScriptCommandArgument>();
			ArgumentList = new ScriptCommandArgumentList();
		}