Merge pull request #1322 from StephenMcConnel/bug23532
[mono.git] / mcs / tools / mdoc / Test / en.expected.importecmadoc / System / AsyncCallback.xml
1 <Type Name="AsyncCallback" FullName="System.AsyncCallback">
2   <TypeSignature Language="C#" Value="public delegate void AsyncCallback(IAsyncResult ar);" />
3   <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed AsyncCallback extends System.MulticastDelegate" />
4   <AssemblyInfo>
5     <AssemblyName>DocTest</AssemblyName>
6     <AssemblyVersion>0.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Base>
9     <BaseTypeName>System.Delegate</BaseTypeName>
10   </Base>
11   <Parameters>
12     <Parameter Name="ar" Type="System.IAsyncResult" />
13   </Parameters>
14   <ReturnValue>
15     <ReturnType>System.Void</ReturnType>
16   </ReturnValue>
17   <Docs>
18     <param name="ar">A <see cref="T:System.IAsyncResult" /> object containing information about the asynchronous operation that has completed.</param>
19     <summary>
20                                         <para> References one or more methods called when an asynchronous operation completes.</para>
21                                 </summary>
22     <remarks>To be added.</remarks>
23   </Docs>
24 </Type>