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

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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