R
Reece
The method expects an array of type VertexPositionColor.
I want a List of type (string, int). Is there an elegant way to just grab
just the first column and pass that to a method?
(I know I can create my own function that copies just a single column into
an array and I also know I can create a parallel List with just (int). And
List.ToArray() merely converts the List to an array.)
Thank you.
I want a List of type (string, int). Is there an elegant way to just grab
just the first column and pass that to a method?
(I know I can create my own function that copies just a single column into
an array and I also know I can create a parallel List with just (int). And
List.ToArray() merely converts the List to an array.)
Thank you.