c# - What is the VB.NET syntax for using List.FindAll() with a lambda? -


In C # I am displaying FindAll in a general list:

  list & Lt; Group.category & gt; Tlist = list.FindAll (p = & gt; p.parid == titem.catid);   

There are two questions, is it a proper way of doing this thing and how do I do this VB.Net

Comments

Popular posts from this blog

php - Creating canonical URLs with custom route-classes -

Mysql Local server hardware -

mysql - Formatting problem with PHP DateTime Difference when used as part of an equation -