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