ObjectSetFacade Class

Summary

List based objectSet implementation
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Internal.Query
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IExtObjectSet"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/IExtObjectSet" Type-.->Interface1["IObjectSet"] click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o/IObjectSet" Type-.->Interface2["IEnumerable"] Type-.->Interface3["IList"] Type["ObjectSetFacade"] class Type type-node

Syntax

public class ObjectSetFacade : IExtObjectSet, IObjectSet, IEnumerable, IList

Constructors

Fields

Name Constant Value Summary
_delegate

Properties

Name Value Summary
Count int
Current Object
IsFixedSize bool
IsReadOnly bool
IsSynchronized bool
SyncRoot Object
this[int] Object

Methods