F
Flix
In C++ the standard classes vector and deque define an array of real-time
variable length (items can be appended or removed to a vector, modifying its
length).
Is there a class in C# that performs the same functionality (probably a
ListBox control can perform it, but it's not a standard solution) ?
variable length (items can be appended or removed to a vector, modifying its
length).
Is there a class in C# that performs the same functionality (probably a
ListBox control can perform it, but it's not a standard solution) ?