Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if ((outputBuffer != null) && ((inputBuffer != outputBuffer) ||
  2. (inputOffset != outputOffset)))
  3. Buffer.BlockCopy(inputBuffer, inputOffset,
  4. outputBuffer, outputOffset, inputCount);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement