GetInterfaceIntroductionEffect(string)
Gets a string representing the effect of introducing an interface into a type.
Declaration
public static string GetInterfaceIntroductionEffect(string typeName)Parameters
| Type | Name | Description |
|---|---|---|
| string | typeName | Name of the introduced interface. |
Returns
| Type | Description |
|---|---|
| string | A string that, by convention, represents the introduction of an interface named
|