paperlined.org
dev > programming_languages > csharp > tips
document updated 15 years ago, on Mar 13, 2009
Instead of 'printf', use the {0} {1} formatting stuff.

To wrap one of the existing functions with your own customized function, use the params keyword to enable the caller to pass you a variable number of arguments.