Update mcs/class/System.Core/System/TimeZoneInfo.cs
[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   <AssemblyInfo>
4     <AssemblyName>mscorlib</AssemblyName>
5     <AssemblyVersion>4.0.0.0</AssemblyVersion>
6   </AssemblyInfo>
7   <TypeParameters>
8     <TypeParameter Name="T1">
9       <Constraints>
10         <ParameterAttribute>Contravariant</ParameterAttribute>
11       </Constraints>
12     </TypeParameter>
13     <TypeParameter Name="T2">
14       <Constraints>
15         <ParameterAttribute>Contravariant</ParameterAttribute>
16       </Constraints>
17     </TypeParameter>
18   </TypeParameters>
19   <Base>
20     <BaseTypeName>System.Delegate</BaseTypeName>
21   </Base>
22   <Attributes>
23     <Attribute>
24       <AttributeName>System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")</AttributeName>
25     </Attribute>
26   </Attributes>
27   <Parameters>
28     <Parameter Name="arg1" Type="T1" />
29     <Parameter Name="arg2" Type="T2" />
30   </Parameters>
31   <ReturnValue>
32     <ReturnType>System.Void</ReturnType>
33   </ReturnValue>
34   <Docs>
35     <typeparam name="T1">To be added.</typeparam>
36     <typeparam name="T2">To be added.</typeparam>
37     <param name="arg1">To be added.</param>
38     <param name="arg2">To be added.</param>
39     <summary>To be added.</summary>
40     <remarks>To be added.</remarks>
41   </Docs>
42 </Type>