List<Document> documents = documentLayer.GetDocuments(username);
  List<Document> filteredDocuments = new List<Document>();

...

C# Filterting a List<> w...

by mantis7.myopenid.com, November 25, 2008 16:33, 2 refactorings, tagged with filter, C#, regular expression, List

Have the below code which f...

55502f40dc8b7c769880b10874abc9d0 Talk