<PackageReference Include="NETStandard.Library" Version="2.0.0" />
System.Runtime.InteropServices.ComEventInterfaceAttribute
namespace System.
Runtime.
InteropServices
{
public sealed class ComEventInterfaceAttribute :
Attribute
{
public Type EventProvider { get; }
public Type SourceInterface { get; }
public ComEventInterfaceAttribute(
Type SourceInterface,
Type EventProvider);
}
}