Ejemplo n.º 1
0
 private string ToString(StringKey key)
 {
     return(new string(this.strings[key.BufferIndex], key.Offset, key.Length));
 }