[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-xml-055.cs
blob814802b8bb6a07a6e9110fc9ad67c206b8f2af8f
1 // Compiler options: -doc:xml-055.xml -warnaserror
3 namespace NAnt.Core.Filters
5 /// <summary>
6 /// Represent a chain of NAnt filters that can be applied to a 'Task'.
7 /// </summary>
8 /// <remarks>
9 /// <list type="bullet">
10 /// <item>
11 /// <description><see cref="NAnt.Core.Tasks.CopyTask"/></description>
12 /// </item>
13 /// </list>
14 /// </remarks>
15 public class FilterChain
17 static void Main ()
23 namespace NAnt.Core.Tasks
25 /// <summary>
26 /// Copies a file or set of files to a new file or directory.
27 /// </summary>
28 public class CopyTask { }