Example #1
0
 internal uint ComputeCrcI()
 {
     return(ByteString.ComputeCrcI(this.data, this.offset, this.Length));
 }