1 // Compiler options: -doc:xml-030.xml -warn:4 -warnaserror
12 /// <see cref="T:Test[]"/>
13 /// <see cref="T:System.Text.RegularExpressions.Regex"/>
14 /// <see cref="System.Text.RegularExpressions.Regex"/>
15 /// <see cref="System.Text.RegularExpressions"/>
16 /// <see cref="T:System.Text.RegularExpressions.Regex[]"/>
19 // <see cref="T:System.Text.RegularExpressions"/> .. csc incorrectly allows it
20 // <see cref="System.Text.RegularExpressions.Regex[]"/> ... csc does not allow it.
26 /// <see cref="String.Format(string, object[])" />.
27 /// <see cref="string.Format(string, object[])" />.
28 /// <see cref="String.Format(string, object [ ])" />.
29 /// <see cref="string.Format(string, object [ ])" />.
31 /// <param name="line">The formatting string.</param>
32 /// <param name="args">The object array to write into format string.</param>
33 public void foo3(string line
, params object[] args
) {