System.RuntimeTypeHandle.GetDeclaringMethod C# (CSharp) Méthode

GetDeclaringMethod() private méthode

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