When creating a ArraySegment , I'd like to get the new array created, but when using:
meuSegmento.Array;
the original array is returned and not the created thread.
string[] meuArray = {"stack", "overflow","em", "português"};
var...
asked by
18.02.2016 / 12:59