An enumerator that enumerates a single item, only.

Namespace: yWorks.Support
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

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

Type Parameters

T
The type of the item and enumerator.

Inheritance Hierarchy

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

See Also