System.Runtime.Versioning.RemovedInOSPlatformAttribute
namespace System.Runtime.Versioning
{
internal sealed class RemovedInOSPlatformAttribute : System.Runtime.Versioning.OSPlatformAttribute
{
public RemovedInOSPlatformAttribute(string platformName);
}
}