Published in: C#
URL: http://msdn2.microsoft.com/en-us/library/te6h7cxs(VS.80).aspx
// compile with: /doc:DocFileName.xml /// text for class TestClass public class TestClass { /// <summary><c>DoWork</c> is a method in the <c>TestClass</c> class. /// </summary> public static void DoWork(int Int1) { } /// text for Main static void Main() { } }
You need to login to post a comment.
