Rafiq
0
Q:

find a value in list of objects in c#

var item = TextPool.FirstOrDefault(o => o.Name == "test");
if (item != null)
       item.value = "Value";
4

New to Communities?

Join the community