internal HelpCommand(Usage usage, System.Action <string> output, CommandLocator locator) { this._usage = usage; this._output = output; this._locator = locator; }
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes: //ORIGINAL LINE: @Before public void setup() public virtual void Setup() { _usageCmd = new Usage(AdminTool.SCRIPT_NAME, CommandLocator.fromServiceLocator()); }