Search Results

2
votes
5answers
895 views

lambda expressions in vb.net

Hi, I have something that is driving me absolutely crazy... Public Function GetAccountGroups() As IList(Of AccountGroup) Dim raw_account_groups As IList(Of AccountGroup) …