G
Guest
I was browsing the vs2005 beta and was wondering if someone could show
me an example of the Array.Find<> usage, specifically how to write
"Predicates".
Say I have an array of DateTime objects, and I wanted to find the date
Apr. 23, 2005 8:30am from the array - how does one write the
"predicate", and, does the "search" terminate after it finds the value,
or are all values always scanned?
Is there any sources available yet that discuss this area of C#
generics?
TIA
me an example of the Array.Find<> usage, specifically how to write
"Predicates".
Say I have an array of DateTime objects, and I wanted to find the date
Apr. 23, 2005 8:30am from the array - how does one write the
"predicate", and, does the "search" terminate after it finds the value,
or are all values always scanned?
Is there any sources available yet that discuss this area of C#
generics?
TIA