[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)
Initialisiert einen neue Instanz der Klasse SerializedGraph
mit Hilfe eines Graphen.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public SerializedGraph( IGraph graph ) |
Visual Basic |
---|
Public Sub New ( _ graph As IGraph _ ) |
F# |
---|
new : graph:IGraph -> SerializedGraph |
Parameters
- graph
- Type: DynamicNode.Core..::..IGraph
Der Graph.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | Wird geworfen, wenn für graphnull übergeben wird. |