ObjectSequence<T> Class

Summary

A generic wrapper around a not generic IEnumerable, Faithfully hoping that all items in the enumeration are of the same kind, otherwise it will throw a ClassCastException on access.
Assembly
Db4objects.Db4o.Linq-2010.dll
Namespace
Db4objects.Db4o.Linq.Internals
Interfaces
  • IEnumerable<T>
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type-.->Interface0["IEnumerable<T>"] Type["ObjectSequence<T>"] class Type type-node Derived0["ObjectSetWrapper<T>"]-->Type click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Linq.Internals/ObjectSetWrapper_1"

Syntax

public class ObjectSequence<T> : IEnumerable<T>

Type Parameters

Name Description
T The type of the items

Constructors

Methods

Name Value Summary
GetEnumerator() IEnumerator<T>