HasDefaultInterface
attributeIf present, the HasDefaultInterface
attribute indicates that a class has a default interface.
[AttributeUsage(AttributeTargets.Class)] public class HasDefaultInterfaceAttribute: System.Attribute { public HasDefaultInterfaceAttribute() {…} }