Summary
List based objectSet implementation
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Query - Interfaces
-
- IList
<T>
- IList
- 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
Name | Summary |
---|---|
Generic |
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 |
void | |
Clear |
void | |
Contains |
bool | |
CopyTo |
void | |
GetEnumerator |
IEnumerator |
|
IndexOf |
int | |
Insert |
void | |
Remove |
bool | |
RemoveAt |
void |