GetHashCode() public method

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