[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Verbindet einen Ausgangs-Port mit diesem Eingangs-Port.

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

Syntax

C#
public override void Connect(
	OutPort outPort,
	Type typeSelection
)
Visual Basic
Public Overrides Sub Connect ( _
	outPort As OutPort, _
	typeSelection As Type _
)
F#
abstract Connect : 
        outPort:OutPort * 
        typeSelection:Type -> unit 
override Connect : 
        outPort:OutPort * 
        typeSelection:Type -> unit 

Parameters

outPort
Type: DynamicNode.Core..::..OutPort
Ein Ausgangs-Port.
typeSelection
Type: System..::..Type
Der Datentyp, auf dem die Verbindung beruht.

Remarks

See Also