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

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

private GetFirstSlotForInterface ( RuntimeTypeHandle interfaceHandle ) : int
interfaceHandle RuntimeTypeHandle
Результат int
        internal int GetFirstSlotForInterface(RuntimeTypeHandle interfaceHandle)
        {
            return GetFirstSlotForInterface(interfaceHandle.Value);
        }

Same methods

RuntimeTypeHandle::GetFirstSlotForInterface ( IntPtr interfaceHandle ) : int