1 // Compiler options: -doc:xml-017.xml
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
)