Inheritance: IStringBuffer
Exemplo n.º 1
0
 static StringBufferPool()
 {
     Instance = new StringBufferPool();
 }
Exemplo n.º 2
0
 public PoolItem(StringBufferPool stringBufferPool, int index)
 {
     m_stringBufferPool = stringBufferPool;
     m_index = index;
 }