DeveloperConsole.UnitTests.Fakes.FakeDeveloperConsole.PrintDebug C# (CSharp) Method

PrintDebug() public method

public PrintDebug ( string s ) : void
s string
return void
        public void PrintDebug(string s)
        {
            throw new NotImplementedException();
        }
FakeDeveloperConsole