Пример #1
0
 static StringBufferPool()
 {
     Instance = new StringBufferPool();
 }
Пример #2
0
 public PoolItem(StringBufferPool stringBufferPool, int index)
 {
     m_stringBufferPool = stringBufferPool;
     m_index = index;
 }