Delete duplicates in collection

Hi @CamiCat

Use like this

in assign list int<32> Intarray=intarray.Distinct().ToList()

print the item

Thanks
Ashwin S

1 Like