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>
- IEnumerable
- Base Types
-
- Object
- Derived Types
Syntax
public class ObjectSequence<T> : IEnumerable<T>
Type Parameters
Name | Description |
---|---|
T | The type of the items |
Constructors
Name | Summary |
---|---|
ObjectSequence |
Methods
Name | Value | Summary |
---|---|---|
GetEnumerator |
IEnumerator |