Defines the semantics of a custom attribute value, i.e. basically a constructor, its arguments and other named arguments.

Namespace:  PostSharp.CodeModel
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public Interface ICustomAttributeValue
C#
public interface ICustomAttributeValue
Visual C++
public interface class ICustomAttributeValue

See Also