发布1212
大石头 编写于 2019-12-12 23:38:12
X
using System;

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