GetHashCode() public method

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
return int
コード例 #1
0
 public override int GetHashCode()
 {
     return(YamlNode.CombineHashCodes(base.GetHashCode(), YamlNode.GetHashCode(Value)));
 }