System.Reflection.MonoMethodInfo.GetDeclaringType C# (CSharp) 메소드

GetDeclaringType() 정적인 개인적인 메소드

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