Пример #1
0
        public uint Pop()
        {
            SWIGTYPE_p_unsigned_int ret = PopHelper();

            return(UnsignedIntPointer.frompointer(ret).value());
        }
Пример #2
0
        public uint Get(uint position)
        {
            SWIGTYPE_p_unsigned_int ret = GetHelper(position);

            return(UnsignedIntPointer.frompointer(ret).value());
        }