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