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...