Merge pull request #901 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / corlib / Documentation / en / System / Action`2.xml
1 <Type Name="Action&lt;T1,T2&gt;" FullName="System.Action&lt;T1,T2&gt;">
2   <TypeSignature Language="C#" Value="public delegate void Action&lt;in T1,in T2&gt;(T1 arg1, T2 arg2);" />
3   <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed Action`2&lt;- T1, - T2&gt; extends System.MulticastDelegate" />
4   <AssemblyInfo>
5     <AssemblyName>mscorlib</AssemblyName>
6     <AssemblyVersion>4.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <TypeParameters>
9     <TypeParameter Name="T1">
10       <Constraints>
11         <ParameterAttribute>Contravariant</ParameterAttribute>
12       </Constraints>
13     </TypeParameter>
14     <TypeParameter Name="T2">
15       <Constraints>
16         <ParameterAttribute>Contravariant</ParameterAttribute>
17       </Constraints>
18     </TypeParameter>
19   </TypeParameters>
20   <Base>
21     <BaseTypeName>System.Delegate</BaseTypeName>
22   </Base>
23   <Attributes>
24     <Attribute>
25       <AttributeName>System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")</AttributeName>
26     </Attribute>
27   </Attributes>
28   <Parameters>
29     <Parameter Name="arg1" Type="T1" />
30     <Parameter Name="arg2" Type="T2" />
31   </Parameters>
32   <ReturnValue>
33     <ReturnType>System.Void</ReturnType>
34   </ReturnValue>
35   <Docs>
36     <typeparam name="T1">To be added.</typeparam>
37     <typeparam name="T2">To be added.</typeparam>
38     <param name="arg1">To be added.</param>
39     <param name="arg2">To be added.</param>
40     <summary>To be added.</summary>
41     <remarks>To be added.</remarks>
42   </Docs>
43 </Type>