示例#1
0
 public string SerializeState()
 {
     return(LanguageDirection.ToString());
 }
示例#2
0
 /// <summary>
 /// <see cref="object.GetHashCode()"/>
 /// </summary>
 /// <returns>A hash code for this object</returns>
 public override int GetHashCode()
 {
     // The name and language direction can be used to hash the configuration of this object
     return((Name + LanguageDirection.ToString()).GetHashCode());
 }