合并多线程类以支持NET4版await; 合并Zip以支持NET4
大石头 编写于 2019-07-05 23:18:01
X
using System;

#if NET4
namespace System.Runtime.CompilerServices
{
	internal interface IAsyncMethodBuilder
	{
		void PreBoxInitialization();
	}
}
#endif