Example #1
0
        internal IntPtr GetSlot(TypeSlotID slot)
        {
            IntPtr result = Runtime.PyType_GetSlot(this.Reference, slot);

            return(Exceptions.ErrorCheckIfNull(result));
        }