コード例 #1
0
ファイル: Location.cs プロジェクト: SiriusQuality/Release
 public override int GetHashCode()
 {
     return(LocationHelper.DoGetHashCode((ILocation)this));
 }