Merge pull request #900 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / corlib / Documentation / en / System.Runtime.CompilerServices / ICriticalNotifyCompletion.xml
1 <Type Name="ICriticalNotifyCompletion" FullName="System.Runtime.CompilerServices.ICriticalNotifyCompletion">
2   <TypeSignature Language="C#" Value="public interface ICriticalNotifyCompletion : System.Runtime.CompilerServices.INotifyCompletion" />
3   <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ICriticalNotifyCompletion implements class System.Runtime.CompilerServices.INotifyCompletion" />
4   <AssemblyInfo>
5     <AssemblyName>mscorlib</AssemblyName>
6     <AssemblyVersion>4.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Interfaces>
9     <Interface>
10       <InterfaceName>System.Runtime.CompilerServices.INotifyCompletion</InterfaceName>
11     </Interface>
12   </Interfaces>
13   <Docs>
14     <summary>To be added.</summary>
15     <remarks>To be added.</remarks>
16   </Docs>
17   <Members>
18     <Member MemberName="UnsafeOnCompleted">
19       <MemberSignature Language="C#" Value="public void UnsafeOnCompleted (Action continuation);" />
20       <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void UnsafeOnCompleted(class System.Action continuation) cil managed" />
21       <MemberType>Method</MemberType>
22       <AssemblyInfo>
23         <AssemblyVersion>4.0.0.0</AssemblyVersion>
24       </AssemblyInfo>
25       <ReturnValue>
26         <ReturnType>System.Void</ReturnType>
27       </ReturnValue>
28       <Parameters>
29         <Parameter Name="continuation" Type="System.Action" />
30       </Parameters>
31       <Docs>
32         <param name="continuation">To be added.</param>
33         <summary>To be added.</summary>
34         <remarks>To be added.</remarks>
35       </Docs>
36     </Member>
37   </Members>
38 </Type>