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.
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