1 namespace Db4objects
.Db4o
4 public interface IObjectContainer
6 System
.Collections
.IList
Query ();
7 System
.Collections
.Generic
.IList
<Extent
> Query
<Extent
> (System
.Collections
.Generic
.IList
<Extent
> foo
, System
.Collections
.Generic
.IList
<Extent
> bar
);
11 namespace Db4objects
.Db4o
.Internal
13 public abstract class ObjectContainerBase
15 public System
.Collections
.IList
Query ()
20 public System
.Collections
.Generic
.IList
<Extent
> Query
<Extent
>(System
.Collections
.Generic
.IList
<Extent
> foo
, System
.Collections
.Generic
.IList
<Extent
> bar
)
26 public abstract class ExternalObjectContainer
: ObjectContainerBase
, IObjectContainer
32 public static void Main ()