GetHashCode() public method

public GetHashCode ( ) : int
return int
Exemplo n.º 1
0
 // Get a hash code for a delegate.
 public override int GetHashCode()
 {
     return(method.GetHashCode());
 }