CopyCustomAttributesAttribute Constructor (Type) |
Requires custom attributes present on the aspect class or aspect class member
to be copied to the aspect target or to the introduced member, respectively.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public CopyCustomAttributesAttribute( Type type )
Parameters
- type
- Type: System.Type
Base type of custom attributes to be copied.