Method GetMemberIntroductionEffect
GetMemberIntroductionEffect(String)
Gets a string representing the effect of introducing a member into a type.
Declaration
public static string GetMemberIntroductionEffect(string memberName)
Parameters
Type | Name | Description |
---|---|---|
String | memberName | Name of the introduced member. |
Returns
Type | Description |
---|---|
String | A string that, by convention, represents the introduction of a member named
|