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

GetFirstSlotForInterface() private méthode

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

Same methods

RuntimeTypeHandle::GetFirstSlotForInterface ( IntPtr interfaceHandle ) : int