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
ObjectSequence
Object
IEnumerable

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>