[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Die Schnittstelle für Ports an einem Knoten.

Namespace: DynamicNode.Core
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public interface IPort : IChild<INode, IPort>, 
	IBaseObject, IIdentifiable, IStorable, IExtensible<IPort>, 
	IDisposable
Visual Basic
Public Interface IPort _
	Inherits IChild(Of INode, IPort), IBaseObject,  _
	IIdentifiable, IStorable, IExtensible(Of IPort), IDisposable
F#
type IPort =  
    interface
        interface IChild<INode, IPort>
        interface IBaseObject
        interface IIdentifiable
        interface IStorable
        interface IExtensible<IPort>
        interface IDisposable
    end

See Also