Tuesday, 22 March 2011
Sunday, 13 March 2011
Predicates in C#
myList = List<...>;
SomeObject desiredObject = myObjects.Find( o => o.Id == desiredId);
SomeObject desiredObject = myObjects.Find( o => o.Id == desiredId);
Sunday, 6 March 2011
Subscribe to:
Posts (Atom)