A simple mutable implementation of the IListEnumerable<(Of <(<'T>)>)> interface for IPorts.

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 ListPortCollection : IListEnumerable<IPort>, 
	IEnumerable<IPort>, IEnumerable
Visual Basic
Public Class ListPortCollection _
	Implements IListEnumerable(Of IPort), IEnumerable(Of IPort),  _
	IEnumerable

Inheritance Hierarchy

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

See Also