cleol
[mcs.git] / tests / gtest-xml-2.cs
blobf7d02dda0a64fc3de9515d20ca096795abdd43c6
1 // Compiler options: -doc:gxml-02.xml
3 using System.Collections.Generic;
5 // <see cref="int?" /> - this is invalid 1584/1658
6 // <see cref="List" />
7 /// <see cref="M:System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke2 ( )" />
8 /// <see cref="Bar" />
9 /// <see cref="ListBase(string)" />
10 /// <see cref="T:ListBase(string)" />
11 /// <see cref="T:ListBase&lt;string)" /><!-- it somehow passes -->
12 /// <see cref="T:List!$%Base()" /><!-- it somehow passes -->
13 /// <see cref="T:$%!" />
14 /// <see cref=".:Bar" />
15 /// <see cref="T:List(int)" />
16 public class Foo
18 static void Main ()
22 /// hogehoge
23 public string Bar;
25 /// fugafuga
26 public void ListBase (string s)
31 // <see cref="System.Nullable&lt;System.Int32&gt;" /> - cs1658/1574
32 /// <see cref="T:System.Nullable&lt;System.Int32&gt;" />
33 /// <see cref="T:System.Nullable(System.Int32)" />
34 public class ListBase<T>