A simple implementation of the IListEnumerable<(Of <(<'T>)>)> interface for ILabels that is backed by a list.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class ListLabelCollection : IListEnumerable<ILabel>, 
	IEnumerable<ILabel>, IEnumerable
Visual Basic
Public Class ListLabelCollection _
	Implements IListEnumerable(Of ILabel), IEnumerable(Of ILabel),  _
	IEnumerable

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..ListLabelCollection

See Also