<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.ComponentModel.InheritanceAttribute

public sealed class InheritanceAttribute : Attribute
namespace System.ComponentModel { public sealed class InheritanceAttribute : Attribute { public static readonly InheritanceAttribute Default; public static readonly InheritanceAttribute Inherited; public static readonly InheritanceAttribute InheritedReadOnly; public static readonly InheritanceAttribute NotInherited; public InheritanceLevel InheritanceLevel { get; } public InheritanceAttribute(); public InheritanceAttribute(InheritanceLevel inheritanceLevel); } }