System.RuntimeTypeHandle.GetDeclaringMethod C# (CSharp) Метод

GetDeclaringMethod() приватный Метод

private GetDeclaringMethod ( ) : RuntimeMethodHandle
Результат RuntimeMethodHandle
        internal RuntimeMethodHandle GetDeclaringMethod()
        {
            return new RuntimeMethodHandle(_GetDeclaringMethod());
        }