miércoles, 29 de enero de 2020

remover elemento de un array por su indice


Dim index_remove As Integer = 3

array = array.Where(Function(x, index) index <> index_remove).ToArray

fuente

No hay comentarios.:

Publicar un comentario