System.Runtime.Versioning.ComponentGuaranteesAttribute
namespace System.Runtime.Versioning
{
public sealed class ComponentGuaranteesAttribute : Attribute
{
public ComponentGuaranteesOptions Guarantees { get; }
public ComponentGuaranteesAttribute(ComponentGuaranteesOptions guarantees);
}
}