Click or drag to resize

AllObjects<T>.AllObjectsIterator Class

Inheritance Hierarchy
System.Object
  VelocityDb.OfType.OfTypeIterator
    VelocityDb.AllObjects<T>.AllObjectsIterator

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public class AllObjectsIterator : OfType.OfTypeIterator, 
	IEnumerable<T>, IEnumerable

The AllObjects<T> .AllObjectsIterator generic type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
See Also