2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-xml-020.cs
blobda30bdf53f7b0e2e57ef6e36b45c6a64e3383d87
1 // Compiler options: -doc:xml-020.xml
2 using System;
4 namespace Testing
6 public class Test
8 public static void Main ()
12 /// comment for constructor
13 public Test ()
17 /// comment for destructor
18 ~Test ()