StandardEffects.GetMemberIntroductionEffect Method |
Gets a string representing the effect of introducing a member 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 GetMemberIntroductionEffect( string memberName )
Parameters
- memberName
- Type: System.String
Name of the introduced member.
Return Value
Type: StringA string that, by convention, represents the introduction of a member named memberName into a type.