예제 #1
0
파일: Decimal.cs 프로젝트: chcosta/corert
 // Returns the hash code for this Decimal.
 //
 public override int GetHashCode() => DecCalc.GetHashCode(ref this);