コード例 #1
0
 public void add(RoundBuffer r)
 {
     foreach (byte[] d in r.data)
     {
         this.add(d);
     }
 }
コード例 #2
0
 public int CompareTo(RoundBuffer other)
 {
     return(this.CompareTo(other.round));
 }