예제 #1
0
 public StringId CreateOrUpdateItem(StringId oldItem, bool hasOldItem, out bool remove)
 {
     remove = false;
     return(m_stringTable.AddStringToBuffer(m_sought));
 }