Beispiel #1
0
 public override int GetHashCode()
 {
     if (IsBottom)
     {
         return(-1);
     }
     if (IsFaulted)
     {
         return(-2);
     }
     return(Value.GetHashCode());
 }