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