Interface ICollectQuery<TSource>
Intermediate query chain element used for Collect modifiers.
public interface ICollectQuery<out TSource> : IQuery<TSource>
Type Parameters
TSource
Type of the element the query operates on.
- Extension Methods
Intermediate query chain element used for Collect modifiers.
public interface ICollectQuery<out TSource> : IQuery<TSource>
TSource
Type of the element the query operates on.