Dim results As List(Of Object) = New List(Of Object) Dim types = (From k As Object In results Select Convert.ToString(k(3))).Distinct().ToList() Hi All, How I can convert this code into c#. Giving me error