2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-xml-017.cs
blobd53d46fae62cb3eb1f60e57d3102f1cc517de924
1 // Compiler options: -doc:xml-017.xml
2 using System;
4 namespace Testing
6 public class Test
8 public static void Main ()
12 /// comment on method without parameter
13 public static void Foo ()
17 /// here is a documentation with parameters (and has same name)
18 public static void Foo (long l, Test t, System.Collections.ArrayList al)
22 /// here is a documentation with parameters (and has same name)
23 public static void Foo (params string [] param)