PostSharpAPI ReferencePost­Sharp.​ExtensibilityRequire­Post­Sharp­AttributeAssembly­Reference­Only
Open sandboxFocus

RequirePostSharpAttribute.AssemblyReferenceOnly Property

AssemblyReferenceOnly

Determines whether the requirement should apply only to assemblies referencing the declaration to which the custom attribute is applied. If true, the requirement will not apply to the assembly where the custom attribute is used.

Declaration
public bool AssemblyReferenceOnly { get; set; }
Property Value
Type Description
Boolean