What would be the proper way to return a two-dimensional list from a method?
Posted: Fri Sep 08, 2017 6:24 pm
What would be the proper way to return a two-dimensional list?
Like, I have a list of value-groups (different types). A list of lists of string, decimal, decimal, string, decimal
I wish to define this, add to it and return it from a method.
Like, I have a list of value-groups (different types). A list of lists of string, decimal, decimal, string, decimal
I wish to define this, add to it and return it from a method.