A utility class that implements an always empty IEnumerator<(Of <(<'T>)>)>.

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public sealed class EmptyEnumerator<T> : IEnumerator<T>, 
	IDisposable, IEnumerator
Visual Basic
Public NotInheritable Class EmptyEnumerator(Of T) _
	Implements IEnumerator(Of T), IDisposable, IEnumerator

Type Parameters

T
The type of the items that are not enumerated by this enumerator.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..EmptyEnumerator<(Of <(<'T>)>)>

See Also