TechnikEmpire / DistillNET

DistillNET is a library for matching and filtering HTTP requests and HTML response content using the Adblock Plus Filter format.
Mozilla Public License 2.0
16 stars 4 forks source link

Change public methods like GetFiltersForDomain to use yeild return internally #19

Closed TechnikEmpire closed 6 years ago

TechnikEmpire commented 6 years ago

Change these public functions to return IEnumerable<T> and do a yield-return, if possible. Might be tricky given the caching system.