GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int
예제 #1
0
 public override int GetHashCode()
 {
     return(YamlNode.CombineHashCodes(base.GetHashCode(), YamlNode.GetHashCode(Value)));
 }