CompositionAspect.GetPublicInterfaces Method |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
protected virtual Type[] GetPublicInterfaces( Type targetType )
Parameters
- targetType
- Type: System.Type
Type to which the current aspect is applied.
Return Value
Type: Type[]The array of interfaces that should be introduced publicly into TypetargetType, or null if no interface should be introduced publicly.