Search
XmlPersistContext.WriteDoubleCollection Method
See Also
 






Writes the specified array.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XElement WriteDoubleCollection (
    DoubleCollection collection,
    string elementName,
    string subElementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteDoubleCollection( _
    collection As DoubleCollection, _
    elementName As String, _
    subElementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

collection

The collection to write.

elementName

The name of the element under which the collection should be written.

subElementName

The name of the XML elements under which the individual collection values will be written.

parentElement

The parent element of the newly created node.

 Return Value

 See Also