+ 1

How to use findall() in c# ?

Please, I just heard of a method called findall() and l want to know how it is used.

23rd Apr 2020, 7:18 PM
Joseph Oritseweyinmi
Joseph Oritseweyinmi - avatar
1 Answer
+ 1
findAll is a method of List class. So before knowing about method you should know classes. Here is the example of this method https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1.findall?view=netframework-4.8
23rd Apr 2020, 10:06 PM
AÍąJ
AÍąJ - avatar