发布2020.0601
大石头 编写于 2020-05-31 10:19:29
X
using System;

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