Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-xml-023.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 974877906cae4590845f14fcfd6196629b2c126a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Compiler options: -doc:xml-023.xml
   public class Test
   {
       public class A {}

       public static void Main ()
       {
       }

       /// here is a documentation
       public static void Foo (A a, int x)
       {
       }
   }