[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ein Eingang für einen Knoten.

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

Syntax

C#
public class InPort : Port, IOutPortDataTypeProvider
Visual Basic
Public Class InPort _
	Inherits Port _
	Implements IOutPortDataTypeProvider
F#
type InPort =  
    class
        inherit Port
        interface IOutPortDataTypeProvider
    end

Inheritance Hierarchy

See Also