Method GetMemberImportEffect
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 |
---|---|---|
String | memberName | Name of the imported member. |
Returns
Type | Description |
---|---|
String | A string that, by convention, represents the import of a member named
|