net5

  1. AlamaFromBe

    Array, how to erase an element and resize it

    Hello, I would like to be able to delete an element from an array and then reduce its size to the new size while keeping all the other elements. I'm having a little trouble with the Net5 Framework, I'm looking for something like: int myValue = myArrayObject.popAnResize(index X); Which Classes...
Back
Top Bottom