System.Console.NSLogWriter.NSLogWriter C# (CSharp) Method

NSLogWriter() public method

public NSLogWriter ( ) : System
return System
			public NSLogWriter ()
			{
				sb = new StringBuilder ();
			}