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

AddDebug() public static method

public static AddDebug ( char _c ) : void
_c char
return void
		public static void AddDebug (char _c)
		{
			int index = Interlocked.Increment (ref count);
			ms_buffer [index % ms_buffer.Length] = _c;
		}

Same methods

dLightWeightProcessThread::AddDebug ( string _s ) : void