コード例 #1
0
ファイル: Decimal.cs プロジェクト: chcosta/corert
 // Returns the hash code for this Decimal.
 //
 public override int GetHashCode() => DecCalc.GetHashCode(ref this);