Ejemplo n.º 1
0
 /// <summary>
 /// Gets a hash code that represents the current object.
 /// </summary>
 /// <returns>A hash code for the current object.</returns>
 /// <stable>ICU 54</stable>
 public override int GetHashCode()
 {
     return(unicodeSet.GetHashCode());
 }