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

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -