GenericObjectSetFacade<T> Class

Summary

List based objectSet implementation
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Internal.Query
Interfaces
  • IList<T>
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IList<T>"] Type["GenericObjectSetFacade<T>"] class Type type-node

Syntax

public class GenericObjectSetFacade<T> : IList<T>

Type Parameters

Name Description
T

Constructors

Fields

Name Constant Value Summary
_delegate

Properties

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

Methods

Name Value Summary
Add(T) void
Clear() void
Contains(T) bool
CopyTo(T[], int) void
GetEnumerator() IEnumerator<T>
IndexOf(T) int
Insert(int, T) void
Remove(T) bool
RemoveAt(int) void