[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Ein Knotenerzeuger für CLR-Wrapperknoten die einen Typ kapseln.
Namespace: DynamicNode.Ext.ObjectsAssembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Syntax
| C# |
|---|
public delegate INode TypeNodeCreator( Type type ) |
| Visual Basic |
|---|
Public Delegate Function TypeNodeCreator ( _ type As Type _ ) As INode |
| F# |
|---|
type TypeNodeCreator = delegate of type:Type -> INode |
Parameters
- type
- Type: System..::..Type