[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)
Formatiert die Ausgabe einer Knotenerweiterung als:
Knotenerweiterung: <ext.ToString()>
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public static string Format( IExtension<INode> ext ) |
Visual Basic |
---|
Public Shared Function Format ( _ ext As IExtension(Of INode) _ ) As String |
F# |
---|
static member Format : ext:IExtension<INode> -> string |
Parameters
- ext
- Type: DynamicNode.Model..::..IExtension<(Of <(<'INode>)>)>
Eine Erweiterung, welche beschrieben werden soll.