コード例 #1
0
 public int CompareTo(TokenKey other)
 {
     return(type.CompareTo(other.Type) * 2 + Identifier.CompareTo(other.Identifier));
 }