This is quite simple. Then code above is simply "adding" or "appending" the variables/text supplied within the brackets to the variable "sb".
Append can be found as part of the System.Text.StringBuilder class which I believe is being used above.
More info can be found following this link: http://msdn.microsoft.com/en-us/library/system.text.stringbuilder%28VS.71%29.aspxStringBuilder Class
Happy coding!
