Development Class C#

// compile with: /doc:DocFileName.xml 
/// text for class TestClass
public class TestClass
{
    /// DoWork is a method in the TestClass class.
    /// 

    public static void DoWork(int Int1)
    {
    }
    /// text for Main
    static void Main()
    {
    }
}