发布0202
大石头 编写于 2020-02-02 20:46:42
X
using System;

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