Bari.Core.Commands.Helper.CommandTargetParser.CommandTargetParser C# (CSharp) Method

CommandTargetParser() public method

public CommandTargetParser ( Suite suite ) : System
suite Suite
return System
        public CommandTargetParser(Suite suite)
        {
            this.suite = suite;
        }