Method GetInterfaceIntroductionEffect
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
|