Share via


Method Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the method represented by the delegate.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property Method As MethodInfo
public MethodInfo Method { get; }
public:
property MethodInfo^ Method {
    MethodInfo^ get ();
}
member Method : MethodInfo with get
function get Method () : MethodInfo

Property Value

Type: System.Reflection. . :: . .MethodInfo
A MethodInfo describing the method represented by the delegate.

.NET Framework Security

See Also

Reference

Delegate Class

System Namespace