public Slot(TypeSlotID id, IntPtr value) { ID = id; Value = value; }
internal IntPtr GetSlot(TypeSlotID slot) { IntPtr result = Runtime.PyType_GetSlot(this.Reference, slot); return(Exceptions.ErrorCheckIfNull(result)); }