IStore<T> public interface IStore<T> A generic interface describing a simple store of objects. Documentation Code IEnumerable<T> EnumerateMatches(ISelector<T> selector) Enumerate the (possibly empty) collection of objects matched by the given selector.