Open sandboxFocus

Class InternalImplementAttribute

A custom attribute that means that the interface cannot be implemented by another assembly than the one that declared it, except if the referencing assembly sees the internals of the declaring assembly.

Inheritance
InternalImplementAttribute
Namespace: Metalama.Framework.Utilities
Assembly: Metalama.Framework.dll
Syntax
[AttributeUsage(AttributeTargets.Interface)]
public sealed class InternalImplementAttribute : Attribute

Constructors

Name Description
InternalImplementAttribute()

Extension Methods