Click or drag to resize

OfTypeOfTypeIterator Class

Iterator for type OfType
Inheritance Hierarchy

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public class OfTypeIterator : IEnumerable

The OfTypeOfTypeIterator type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Enumeration of all objects of type T
Public methodGetObjects
Public methodSkipIterator
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
Public methodTakeIterator
Returns a specified number of contiguous elements from the start of a sequence.
Top
See Also