score:15

Accepted answer

sure:

string[] _cproperties = _array.select(x => x.c).toarray();

score:3

_cproperties = _array.select(t => t.c); //.toarray()?

Related Query

More Query from same tag