StandardEffects.GetInterfaceIntroductionEffect Method |
Gets a string representing the effect of introducing an interface into a type.
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static string GetInterfaceIntroductionEffect( string typeName )
Parameters
- typeName
- Type: System.String
Name of the introduced interface.
Return Value
Type: StringA string that, by convention, represents the introduction of an interface named typeName into a type.