summaryrefslogtreecommitdiff
path: root/mcs/class/corlib/Documentation/en/System/Action.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/Documentation/en/System/Action.xml')
-rw-r--r--mcs/class/corlib/Documentation/en/System/Action.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/mcs/class/corlib/Documentation/en/System/Action.xml b/mcs/class/corlib/Documentation/en/System/Action.xml
new file mode 100644
index 0000000000..17bdf90e35
--- /dev/null
+++ b/mcs/class/corlib/Documentation/en/System/Action.xml
@@ -0,0 +1,24 @@
+<Type Name="Action" FullName="System.Action">
+ <TypeSignature Language="C#" Value="public delegate void Action();" />
+ <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed Action extends System.MulticastDelegate" />
+ <AssemblyInfo>
+ <AssemblyName>mscorlib</AssemblyName>
+ <AssemblyVersion>4.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <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 />
+ <ReturnValue>
+ <ReturnType>System.Void</ReturnType>
+ </ReturnValue>
+ <Docs>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+</Type>