[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz von InPortSingleDataTypeProvider.

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

Syntax

C#
public InPortSingleDataTypeProvider(
	Type type
)
Visual Basic
Public Sub New ( _
	type As Type _
)
F#
new : 
        type:Type -> InPortSingleDataTypeProvider

Parameters

type
Type: System..::..Type
Der initiale Datentyp.

See Also