IEnumerator<(Of <(<'T>)>)> Interface
Supports a simple iteration over a generic collection.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public interface IEnumerator<T> : IBridgeClass, IDisposable, IEnumerator
<ExternalAttribute> _ <NamespaceAttribute> _ Public Interface IEnumerator(Of T) _ Inherits IBridgeClass, IDisposable, IEnumerator
[ExternalAttribute] [NamespaceAttribute] generic<typename T> public interface class IEnumerator : IBridgeClass, IDisposable, IEnumerator
Type Parameters
- T
- The type of objects to enumerate.This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.