hi how are you please someone tell me why some of LISTs have useful methods like FIND , WHERE or ... and some of them dont have these methods
and how can i use these methods when those LISTs dont have
hi how are you please someone tell me why some of LISTs have useful methods like FIND , WHERE or ... and some of them dont have these methods
and how can i use these methods when those LISTs dont have
List has number of methods like Find, FindAll, FindIndex etc. To work with delegates, for example:
var op in _opList.Find(op => op != null)