Microsoft.JScript.Debug.Print C# (CSharp) Method

Print() private method

private Print ( String str ) : void
str String
return void
      public static void Print(String str){
        ScriptStream.Out.WriteLine(str);
      }