// // System.Data.ObjectSpaces.Query delegates // // // Author: // Richard Thombs (stony@stony.org) // #if NET_1_2 using System; namespace System.Data.ObjectSpaces.Query { public delegate void EnumNodesCallBack(Expression node,object[] opParams); } #endif