<Type Name="AsyncCallback" FullName="System.AsyncCallback" FullNameSP="System_AsyncCallback" Maintainer="ecma">
  <TypeSignature Language="ILASM" Value=".class public sealed serializable AsyncCallback extends System.Delegate" />
  <TypeSignature Language="C#" Value="public delegate void AsyncCallback(IAsyncResult ar);" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi serializable sealed AsyncCallback extends System.MulticastDelegate" />
  <MemberOfLibrary>BCL</MemberOfLibrary>
  <AssemblyInfo>
    <AssemblyName>mscorlib</AssemblyName>
    <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey>
    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Delegate</BaseTypeName>
  </Base>
  <Attributes>
    <Attribute>
      <AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
    </Attribute>
  </Attributes>
  <Parameters>
    <Parameter Name="ar" Type="System.IAsyncResult" />
  </Parameters>
  <ReturnValue>
    <ReturnType>System.Void</ReturnType>
  </ReturnValue>
  <Docs>
    <param name="ar">A <see cref="T:System.IAsyncResult" /> object containing information about the asynchronous operation that has completed.</param>
    <summary>
      <para> References one or more methods called when an asynchronous operation completes.</para>
    </summary>
    <remarks>To be added.</remarks>
  </Docs>
  <Members />
  <TypeExcluded>0</TypeExcluded>
</Type>
