A utility class that implements an immutable always empty IListEnumerable<(Of <(<'T>)>)>.
Namespace: yWorks.SupportAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public sealed class EmptyListEnumerable<T> : IListEnumerable<T>, IEnumerable<T>, IEnumerable |
| Visual Basic |
|---|
Public NotInheritable Class EmptyListEnumerable(Of T) _ Implements IListEnumerable(Of T), IEnumerable(Of T), _ IEnumerable |
Type Parameters
- T
- The type of the items that are not contained in this collection.
Inheritance Hierarchy
System..::..Object
yWorks.Support..::..EmptyListEnumerable<(Of <(<'T>)>)>
yWorks.Support..::..EmptyListEnumerable<(Of <(<'T>)>)>