blipson89 / Synthesis

Synthesis is a universal object mapper for Sitecore
MIT License
75 stars 25 forks source link

Add AsCollectionOf<T> #75

Closed blipson89 closed 2 years ago

blipson89 commented 5 years ago

Currently, there's .AsStronglyTypedCollection() which is followed up with .OfType<T> which is LINQ. I want to add the generic version of this for simplification