IntroduceInterfaceAttribute Constructor |
Initializes a new IntroduceInterfaceAttribute.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public IntroduceInterfaceAttribute( Type interfaceType )
Parameters
- interfaceType
- Type: System.Type
Interface that should be introduced into the types to which the aspect is applied.