Initializes a new instance of the ZyanObjectQueryHandler class.
Declaring type: ZyanObjectQueryHandler
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public ZyanObjectQueryHandler (
        Func<Type, IEnumerable> handler
) 
Parameters
handler
The query handler (returns System.Collections.IEnumerable for the given System.Type).