System.Runtime.Versioning.ResourceExposureAttribute
namespace System.Runtime.Versioning
{
public sealed class ResourceExposureAttribute : Attribute
{
public ResourceScope ResourceExposureLevel { get; }
public ResourceExposureAttribute(ResourceScope exposureLevel);
}
}