K
KenKrugh
Guest
I have a list(of) a class like this:
Public Class FntData
Public Property Flag As String
Public Property FName As String
Public Property DName as string
End Class
How do I use Distinct on the list to return everything with a distinct FName?
Thanks,
Ken
Continue reading...
Public Class FntData
Public Property Flag As String
Public Property FName As String
Public Property DName as string
End Class
How do I use Distinct on the list to return everything with a distinct FName?
Thanks,
Ken
Continue reading...