In ilasm/tests:
[mcs.git] / tests / test-xml-035.cs
blobf94458e7c722cfd6b972f3b4e27885309a602821
1 // Compiler options: -doc:xml-035.xml -warn:4 -warnaserror -r:System.Data
2 using System;
3 using System.Data;
4 using System.Xml;
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() {