LazyDropWhileCollection A lazy wrapper that includes the elements of an underlying collection after any initial consecutive elements that satisfy a predicate. Declarationtypealias LazyDropWhileCollection<T> = LazyDropWhileSequence<T> where T : Collection Discussion See AlsoLazy WrappersLazySequenceLazyMapSequenceLazyFilterSequenceLazyPrefixWhileSequenceLazyDropWhileSequenceLazyCollectionLazyFilterCollectionLazyMapCollectionLazyPrefixWhileCollection