Class InternalOnlyImplementAttribute
Aspect that, when applied to an interface, reports a warning whenever a type attempts to implement this interface,
unless the type is inside the same project as the target interface, or the project has access to internal members of the project
defining the target interface.
Inheritance
System.Object
InternalOnlyImplementAttribute
Assembly: Metalama.Extensions.Architecture.dll
public class InternalOnlyImplementAttribute : TypeAspect, IAspect<INamedType>, IAspect, ICompileTimeSerializable, ITemplateProvider, IEligible<INamedType>
Constructors
Methods