ylbtech-System.AsyncCallback.cs |
1、
#region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll
#endregion
using System.Runtime.InteropServices;
namespace System
{
//
// 摘要:
// 引用在相应异步操作完成时调用的方法。
//
// 参数:
// ar:
// 异步操作的结果。
[ComVisible(true)]
public delegate void AsyncCallback(IAsyncResult ar);
}
2、
标签:返回,AsyncCallback,ylbtech,System,顶部,cs
来源: https://www.cnblogs.com/storebook/p/12585685.html