[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNTesting (in DNTesting.dll) Version: 1.0.4679.19832 (1.0.0.0)
Erzeugt eine fertig initialisierte Instanz für den übergebenen Knotentyp.
Namespace: DynamicNode.TestAssembly: DNTesting (in DNTesting.dll) Version: 1.0.4679.19832 (1.0.0.0)
Syntax
| C# |
|---|
public INode CreateNode( Type nodeType ) |
| Visual Basic |
|---|
Public Function CreateNode ( _ nodeType As Type _ ) As INode |
| F# |
|---|
member CreateNode : nodeType:Type -> INode |
Parameters
- nodeType
- Type: System..::..Type
Der Knotentyp.
Return Value
Eine Instanz des Knotentyps.
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Wenn der Knotentyp nicht instanziiert werden kann. |