Click or drag to resize

TypeInfoUtilsGetMethodInfo Method

Returns the method info for the specified delegate.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static MethodInfo GetMethodInfo(
	Delegate del
)

Parameters

del
Type: SystemDelegate
Delegate to get method info for.

Return Value

Type: MethodInfo
Method info for the specified delegate.
See Also