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

Shared / Static Class in vb.net/C#

Xamarin Forms - Change Colour of Navigation Bar (Page Title For Master-Detail Template)

Xamarin Forms : PopUp Page with RG.Plugins.Popup