AllObjectsTAllObjectsIterator Class |
Inheritance Hierarchy
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic class AllObjectsIterator : OfTypeOfTypeIterator,
IEnumerable<T>, IEnumerable
Public Class AllObjectsIterator
Inherits OfTypeOfTypeIterator
Implements IEnumerable(Of T), IEnumerable
public ref class AllObjectsIterator : public OfTypeOfTypeIterator,
IEnumerable<T>, IEnumerable
type AllObjectsIterator =
class
inherit OfTypeOfTypeIterator
interface IEnumerable<'T>
interface IEnumerable
end
The AllObjectsTAllObjectsIterator generic type exposes the following members.
Methods
| Name | Description |
---|
 | GetEnumerator | Returns an enumerator that iterates through the collection. |
Top
See Also