Exemplo n.º 1
0
 /// <summary>
 /// Concats a string to this hash value.
 /// </summary>
 public StringHash64 Concat(StringSlice inSlice)
 {
     return(new StringHash64(inSlice.AppendHash64(m_HashValue)));
 }