An iterator is used to convert an enumerator to enumerable
Namespace:
Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.1.0.728 (2.1.0.728)
Syntax
C# | Visual Basic | Visual C++ |
public class Iterator<T> : IEnumerable<T>, IEnumerable
Public Class Iterator(Of T) _ Implements IEnumerable(Of T), IEnumerable
generic<typename T> public ref class Iterator : IEnumerable<T>, IEnumerable
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Emgu.Util.Iterator`1"]
Members
All Members | Constructors ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | Iterator<(Of <(T>)>)(IEnumerator<(Of <(T>)>)) |
Create an iterator from an enumerator
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator()()() |
Returns the enumerator
|
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()()() | (Inherited from Object.) |