Distinct of Array

Dim data() As Int16 = {1, 2, 3, 5, 6, 7, 3}
Dim M() As Int16 = data.Distinct().ToArray()

Comments

Popular posts from this blog

Rebuild Index

Exclude property of Class Object from Serialization

Get Max and Min from Array - VB.net