コード例 #1
0
ファイル: OtherHash.cs プロジェクト: waffle-iron/nequeo
 public byte[] GetHashValue()
 {
     return(otherHash == null
                         ?       sha1Hash.GetOctets()
                         :       otherHash.GetHashValue());
 }