Merge pull request #900 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / corlib / Documentation / en / System.Runtime.CompilerServices / AsyncStateMachineAttribute.xml
1 <Type Name="AsyncStateMachineAttribute" FullName="System.Runtime.CompilerServices.AsyncStateMachineAttribute">
2   <TypeSignature Language="C#" Value="public sealed class AsyncStateMachineAttribute : System.Runtime.CompilerServices.StateMachineAttribute" />
3   <TypeSignature Language="ILAsm" Value=".class public auto ansi serializable sealed beforefieldinit AsyncStateMachineAttribute extends System.Runtime.CompilerServices.StateMachineAttribute" />
4   <AssemblyInfo>
5     <AssemblyName>mscorlib</AssemblyName>
6     <AssemblyVersion>4.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Base>
9     <BaseTypeName>System.Runtime.CompilerServices.StateMachineAttribute</BaseTypeName>
10   </Base>
11   <Interfaces />
12   <Attributes>
13     <Attribute>
14       <AttributeName>System.AttributeUsage(System.AttributeTargets.Method, Inherited=false)</AttributeName>
15     </Attribute>
16   </Attributes>
17   <Docs>
18     <summary>To be added.</summary>
19     <remarks>To be added.</remarks>
20   </Docs>
21   <Members>
22     <Member MemberName=".ctor">
23       <MemberSignature Language="C#" Value="public AsyncStateMachineAttribute (Type stateMachineType);" />
24       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type stateMachineType) cil managed" />
25       <MemberType>Constructor</MemberType>
26       <AssemblyInfo>
27         <AssemblyVersion>4.0.0.0</AssemblyVersion>
28       </AssemblyInfo>
29       <Parameters>
30         <Parameter Name="stateMachineType" Type="System.Type" />
31       </Parameters>
32       <Docs>
33         <param name="stateMachineType">To be added.</param>
34         <summary>To be added.</summary>
35         <remarks>To be added.</remarks>
36       </Docs>
37     </Member>
38   </Members>
39 </Type>