ISequence4 Interface

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Foundation
Interfaces
  • IEnumerable
Implementing Types
graph BT Type-.->Interface0["IEnumerable"] Type["ISequence4"] class Type type-node Implementing0["Collection4"]-.->Type click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/Collection4"

Syntax

public interface ISequence4 : IEnumerable

Methods

Name Value Summary
Add(Object) bool
AddAll(IEnumerable) void
Clear() void
Contains(Object) bool
ContainsAll(IEnumerable) bool
Get(int) Object
IsEmpty() bool
Remove(Object) bool
Size() int
ToArray() Object[]
ToArray(Object[]) Object[]