Merged into single file, added assertions
[mono.git] / mcs / class / corlib / Documentation / en / System / Func`1.xml
1 <Type Name="Func&lt;TResult&gt;" FullName="System.Func&lt;TResult&gt;">
2   <TypeSignature Language="C#" Value="public delegate TResult Func&lt;out TResult&gt;();" />
3   <AssemblyInfo>
4     <AssemblyName>mscorlib</AssemblyName>
5     <AssemblyVersion>4.0.0.0</AssemblyVersion>
6   </AssemblyInfo>
7   <TypeParameters>
8     <TypeParameter Name="TResult">
9       <Constraints>
10         <ParameterAttribute>Covariant</ParameterAttribute>
11       </Constraints>
12     </TypeParameter>
13   </TypeParameters>
14   <Base>
15     <BaseTypeName>System.Delegate</BaseTypeName>
16   </Base>
17   <Attributes>
18     <Attribute>
19       <AttributeName>System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")</AttributeName>
20     </Attribute>
21   </Attributes>
22   <Parameters />
23   <ReturnValue>
24     <ReturnType>TResult</ReturnType>
25   </ReturnValue>
26   <Docs>
27     <typeparam name="TResult">To be added.</typeparam>
28     <summary>To be added.</summary>
29     <value>To be added.</value>
30     <remarks>To be added.</remarks>
31   </Docs>
32 </Type>