StandardEffects.GetMemberImportEffect Method |
Gets a string representing the effect of importing a member into from the target
type into the aspect.
Namespace: PostSharp.Aspects.Dependencies
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static string GetMemberImportEffect( string memberName )
Parameters
- memberName
- Type: System.String
Name of the imported member.
Return Value
Type: StringA string that, by convention, represents the import of a member named memberName from the target type into the aspect.