Table of Contents

Interface ICollectQuery<TSource>

Namespace
NRules.Fluent.Dsl
Assembly
NRules.Fluent.dll

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