public byte NextAlignedByte() => wrapped.NextAlignedByte();
Example #2
0
 public byte NextAlignedByte()
 {
     return(wrapped.NextAlignedByte());
 }