C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
Delegate Class
Delegate Properties
Method Property
Target Property
Delegate
Method Property
Gets the method represented by the delegate.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
MethodInfo
Method
{
get
; }
Return Value
Type:
MethodInfo
A
MethodInfo
describing the method represented by the delegate.
Exceptions
Exception
Condition
MemberAccessException
The caller does not have access to the method represented by the delegate (for example, if the method is private).
See Also
Reference
Delegate Class
System Namespace