Gets the delagate representing the method being called.

Namespace:  PostSharp.Laos
Assembly:  PostSharp.Laos (in PostSharp.Laos.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Delegate As Delegate
C#
public Delegate Delegate { get; }
Visual C++
public:
property Delegate^ Delegate {
	Delegate^ get ();
}

See Also