发布0115
大石头 authored at 2020-01-15 01:11:37
153.00 B
X
using System;

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