Normalize line endings.
[mono.git] / mcs / tools / mdoc / Test / en.expected.importslashdoc / Mono.DocTest.Generic / Func`2.xml
1 <Type Name="Func&lt;TArg,TRet&gt;" FullName="Mono.DocTest.Generic.Func&lt;TArg,TRet&gt;">
2   <TypeSignature Language="C#" Value="public delegate TRet Func&lt;TArg,TRet&gt;(TArg a) where TArg : Exception;" />
3   <AssemblyInfo>
4     <AssemblyName>DocTest</AssemblyName>
5     <AssemblyVersion>0.0.0.0</AssemblyVersion>
6   </AssemblyInfo>
7   <TypeParameters>
8     <TypeParameter Name="TArg">
9       <Attributes>
10         <Attribute>
11           <AttributeName>Mono.DocTest.Doc("arg!")</AttributeName>
12         </Attribute>
13       </Attributes>
14       <Constraints>
15         <BaseTypeName>System.Exception</BaseTypeName>
16       </Constraints>
17     </TypeParameter>
18     <TypeParameter Name="TRet">
19       <Attributes>
20         <Attribute>
21           <AttributeName>Mono.DocTest.Doc("ret!")</AttributeName>
22         </Attribute>
23       </Attributes>
24     </TypeParameter>
25   </TypeParameters>
26   <Base>
27     <BaseTypeName>System.Delegate</BaseTypeName>
28   </Base>
29   <Attributes>
30     <Attribute>
31       <AttributeName>Mono.DocTest.Doc("method")</AttributeName>
32     </Attribute>
33   </Attributes>
34   <Parameters>
35     <Parameter Name="a" Type="TArg">
36       <Attributes>
37         <Attribute>
38           <AttributeName>Mono.DocTest.Doc("arg-actual")</AttributeName>
39         </Attribute>
40       </Attributes>
41     </Parameter>
42   </Parameters>
43   <ReturnValue>
44     <ReturnType>TRet</ReturnType>
45     <Attributes>
46       <Attribute>
47         <AttributeName>Mono.DocTest.Doc("return", Field=false)</AttributeName>
48       </Attribute>
49     </Attributes>
50   </ReturnValue>
51   <Docs>
52     <typeparam name="TArg">argument type, with attributes!</typeparam>
53     <typeparam name="TRet">return type, with attributes!</typeparam>
54     <param name="a">To be added.</param>
55     <summary>To be added.</summary>
56     <value>To be added.</value>
57     <remarks>
58       <c>T:Mono.DocTest.Generic.Func`2</c>.</remarks>
59   </Docs>
60 </Type>