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
|