/ Published in: C#
URL: http://msdn2.microsoft.com/en-us/library/wb7x2fhw.aspx
Expand |
Embed | Plain Text
/// text for class TestClass public class TestClass { /// <summary>DoWork is a method in the TestClass class. /// The <paramref name="Int1"/> parameter takes a number. /// </summary> public static void DoWork(int Int1) { } /// text for Main static void Main() { } }
You need to login to post a comment.
