dWorld.Foundation.Utility.Threading.dLightWeightProcessThread.AddDebug C# (CSharp) Method

AddDebug() public static method

public static AddDebug ( string _s ) : void
_s string
return void
		public static void AddDebug (string _s)
		{
			foreach (char c in _s) {
				AddDebug (c);
			}
		}

Same methods

dLightWeightProcessThread::AddDebug ( char _c ) : void