Gets the collection of interface methods that are implemented by the current method.

Namespace:  PostSharp.CodeModel
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property InterfaceImplementations As IList(Of IMethod)
C#
public IList<IMethod> InterfaceImplementations { get; }
Visual C++
public:
property IList<IMethod^>^ InterfaceImplementations {
	IList<IMethod^>^ get ();
}

See Also