AllObjectsTAllObjectsIterator Class |
Inheritance Hierarchy
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public 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. |
TopSee Also