コード例 #1
0
ファイル: SerializerCache.cs プロジェクト: wobba/mmf
 public override int GetHashCode()
 {
     return(StoredObject.GetHashCode());
 }