VB's My for C# 2.0
A Wrapper Class That created for C# 2.0 that equivalent to VB My Class.You can do the all VB My functionalities using That keyword with full support of intellisense. It is a static class that uses the VB implementation as much as possible, and it requires adding a referencing to Microsoft.VisualBasic.
Here one example using That
This code reads text from the file "Address.txt".
Textbox1.text = That.Computer.FileSystem.ReadAllText("C:\Temp\Address.txt")
For downloading the C# That Class go http://www.idesign.net/idesign/DesktopDefault.aspx?tabindex=5&tabid=8#CSharp