PostSharpAPI ReferencePost­Sharp.​Aspects.​DependenciesStandard­EffectsGet­Member­Import­Effect
Open sandboxFocus

StandardEffects.GetMemberImportEffect Method

GetMemberImportEffect(String)

Gets a string representing the effect of importing a member into from the target type into the aspect.

Declaration
public static string GetMemberImportEffect(string memberName)
Parameters
Type Name Description
System.String memberName

Name of the imported member.

Returns
Type Description
System.String

A string that, by convention, represents the import of a member named memberName from the target type into the aspect.