Class AttributeProviderAttribute
Marks an assembly such that any assemblies referencing the target assembly will be inspected for attribute initialization
Implements
Inherited Members
Namespace: LobsterFramework.Init
Assembly: LobsterFramework.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
public sealed class AttributeProviderAttribute : Attribute, _Attribute