PostSharpAPI ReferencePost­Sharp.​Aspects.​DependenciesStandard­EffectsGet­Interface­Introduction­Effect
Open sandboxFocus

StandardEffects.GetInterfaceIntroductionEffect Method

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 typeName into a type.