* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / tests / test-xml-035.cs
1 // Compiler options: -doc:xml-035.xml -warn:4 -warnaserror -r:System.Data.dll
2 using System;
3 using System.Data;
4 using System.Xml;
5
6 /// <summary>
7 /// <see cref="DataSet.ReadXml(XmlReader,XmlReadMode)" />
8 /// <see cref="Environment.GetFolderPath(Environment.SpecialFolder)" />
9 /// </summary>
10 public class Test {
11         /// <summary>
12         /// <see cref="Environment.SpecialFolder" />
13         /// </summary>
14         public static void Main() {
15         }
16 }
17