Table of Contents

Interface IQuery<TSource>

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

Intermediate query chain element.

public interface IQuery<out TSource>

Type Parameters

TSource

Type of the element the query operates on.

Extension Methods