System.Reflection.MonoMethodInfo.GetDeclaringType C# (CSharp) Method

GetDeclaringType() static private method

static private GetDeclaringType ( IntPtr handle ) : Type
handle IntPtr
return Type
		internal static Type GetDeclaringType (IntPtr handle)
		{
			return GetMethodInfo (handle).parent;
		}