public uint Pop() { SWIGTYPE_p_unsigned_int ret = PopHelper(); return(UnsignedIntPointer.frompointer(ret).value()); }
public uint Get(uint position) { SWIGTYPE_p_unsigned_int ret = GetHelper(position); return(UnsignedIntPointer.frompointer(ret).value()); }