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;
		}