An enumerator that enumerates a single item, only.
Namespace: yWorks.SupportAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
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>)>)>
yWorks.Support..::..SingleEnumerator<(Of <(<'T>)>)>