Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while (charData[(int)(i + tagSize)] != '>')
  2. {
  3. tagBuffer.Add(charData[(int)(i + tagSize)]);
  4.  
  5. tagSize += 1;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement