EsotericIDE.Quipu.QuipuEnv.AddOutput C# (CSharp) Method

AddOutput() public method

public AddOutput ( string str ) : void
str string
return void
        public void AddOutput(string str)
        {
            _output.Append(str);
        }