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

System.ComponentModel.EditorAttribute

public sealed class EditorAttribute : Attribute
namespace System.ComponentModel { public sealed class EditorAttribute : Attribute { public string EditorBaseTypeName { get; } public string EditorTypeName { get; } public EditorAttribute(); public EditorAttribute(string typeName, string baseTypeName); public EditorAttribute(string typeName, Type baseType); public EditorAttribute(Type type, Type baseType); } }