完全去除__MOBILE__,由std支持
大石头 编写于 2018-12-22 15:23:32
X
using System;

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