예제 #1
0
 public long GetLongKeyHash()
 {
     return(KeyHashProvider.GetLongKeyHash(this, PropertyDelimiter, CompositeKeyProperties));
 }
예제 #2
0
 public int GetIntKeyHash()
 {
     return(KeyHashProvider.GetIntKeyHash(this, PropertyDelimiter, CompositeKeyProperties));
 }