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

private GetSlot ( ) : int
Результат int
Пример #1
0
        internal static int GetSlot(IRuntimeMethodInfo method)
        {
            int slot = RuntimeMethodHandle.GetSlot(method.Value);

            GC.KeepAlive(method);
            return(slot);
        }