summaryrefslogtreecommitdiff
path: root/mcs/class/corlib/Documentation/en/System/Action`4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/Documentation/en/System/Action`4.xml')
-rw-r--r--mcs/class/corlib/Documentation/en/System/Action`4.xml59
1 files changed, 59 insertions, 0 deletions
diff --git a/mcs/class/corlib/Documentation/en/System/Action`4.xml b/mcs/class/corlib/Documentation/en/System/Action`4.xml
new file mode 100644
index 0000000000..ca3737f0f0
--- /dev/null
+++ b/mcs/class/corlib/Documentation/en/System/Action`4.xml
@@ -0,0 +1,59 @@
+<Type Name="Action&lt;T1,T2,T3,T4&gt;" FullName="System.Action&lt;T1,T2,T3,T4&gt;">
+ <TypeSignature Language="C#" Value="public delegate void Action&lt;in T1,in T2,in T3,in T4&gt;(T1 arg1, T2 arg2, T3 arg3, T4 arg4);" />
+ <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed Action`4&lt;- T1, - T2, - T3, - T4&gt; extends System.MulticastDelegate" />
+ <AssemblyInfo>
+ <AssemblyName>mscorlib</AssemblyName>
+ <AssemblyVersion>4.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <TypeParameters>
+ <TypeParameter Name="T1">
+ <Constraints>
+ <ParameterAttribute>Contravariant</ParameterAttribute>
+ </Constraints>
+ </TypeParameter>
+ <TypeParameter Name="T2">
+ <Constraints>
+ <ParameterAttribute>Contravariant</ParameterAttribute>
+ </Constraints>
+ </TypeParameter>
+ <TypeParameter Name="T3">
+ <Constraints>
+ <ParameterAttribute>Contravariant</ParameterAttribute>
+ </Constraints>
+ </TypeParameter>
+ <TypeParameter Name="T4">
+ <Constraints>
+ <ParameterAttribute>Contravariant</ParameterAttribute>
+ </Constraints>
+ </TypeParameter>
+ </TypeParameters>
+ <Base>
+ <BaseTypeName>System.Delegate</BaseTypeName>
+ </Base>
+ <Attributes>
+ <Attribute>
+ <AttributeName>System.Runtime.CompilerServices.TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")</AttributeName>
+ </Attribute>
+ </Attributes>
+ <Parameters>
+ <Parameter Name="arg1" Type="T1" />
+ <Parameter Name="arg2" Type="T2" />
+ <Parameter Name="arg3" Type="T3" />
+ <Parameter Name="arg4" Type="T4" />
+ </Parameters>
+ <ReturnValue>
+ <ReturnType>System.Void</ReturnType>
+ </ReturnValue>
+ <Docs>
+ <typeparam name="T1">To be added.</typeparam>
+ <typeparam name="T2">To be added.</typeparam>
+ <typeparam name="T3">To be added.</typeparam>
+ <typeparam name="T4">To be added.</typeparam>
+ <param name="arg1">To be added.</param>
+ <param name="arg2">To be added.</param>
+ <param name="arg3">To be added.</param>
+ <param name="arg4">To be added.</param>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+</Type>