dWorld.Foundation.Utility.Threading.dLightWeightProcessThread.AddDebug C# (CSharp) 메소드

AddDebug() 공개 정적인 메소드

public static AddDebug ( char _c ) : void
_c char
리턴 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