In C++ arrays have the .SetAtGrow() method that expands the array to
accommodate the index specified. I don't find an equivalent method in C#.
Is there one??
If not, what is the recommended way to handle this??
Currently I'm using the Resize(....) method but this can be awkward at times.
Thanks, Neil
accommodate the index specified. I don't find an equivalent method in C#.
Is there one??
If not, what is the recommended way to handle this??
Currently I'm using the Resize(....) method but this can be awkward at times.
Thanks, Neil
Comment