System.RuntimeTypeHandle.GetDeclaringMethod C# (CSharp) Method

GetDeclaringMethod() private method

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