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

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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