[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Registriert einen Knotentyp mit Hilfe eines Type.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
| C# |
|---|
public void RegisterNode( Type type ) |
| Visual Basic |
|---|
Public Sub RegisterNode ( _ type As Type _ ) |
| F# |
|---|
member RegisterNode : type:Type -> unit |
Parameters
- type
- Type: System..::..Type
Die Klasse des Knotentyps.