A utility class that implements an always empty IEnumerator<(Of <(<'T>)>)>.
Namespace: yWorks.SupportAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
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>)>)>
yWorks.Support..::..EmptyEnumerator<(Of <(<'T>)>)>