예제 #1
0
파일: ASTPair.cs 프로젝트: 0xb1dd1e/boo
		static public void PutInstance(ASTPair p)
		{
			if (p != null)
			{
				p.reset();
				instancePool_.Enqueue(p);
			}
		}
예제 #2
0
 static public void PutInstance(ASTPair p)
 {
     if (p != null)
     {
         p.reset();
         instancePool_.Enqueue(p);
     }
 }