1 2 3 4
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 regular expression, C#, List, filter
Have the below code which f...