System.RuntimeTypeHandle.GetDeclaringMethod C# (CSharp) 메소드

GetDeclaringMethod() 개인적인 메소드

private GetDeclaringMethod ( ) : RuntimeMethodHandle
리턴 RuntimeMethodHandle
        internal RuntimeMethodHandle GetDeclaringMethod()
        {
            return new RuntimeMethodHandle(_GetDeclaringMethod());
        }