GetHashCode() public method

public GetHashCode ( ) : int
return int
Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     return(containers.GetHashCode());
 }