System.RuntimeTypeHandle.GetFirstSlotForInterface C# (CSharp) Method

GetFirstSlotForInterface() private method

private GetFirstSlotForInterface ( RuntimeTypeHandle interfaceHandle ) : int
interfaceHandle RuntimeTypeHandle
return int
        internal int GetFirstSlotForInterface(RuntimeTypeHandle interfaceHandle)
        {
            return GetFirstSlotForInterface(interfaceHandle.Value);
        }

Same methods

RuntimeTypeHandle::GetFirstSlotForInterface ( IntPtr interfaceHandle ) : int