MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.WriteDoubleCollection Method
See Also
 





Writes the specified DoubleCollection as a XML node with the specified name and with the specified parent element.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public XmlElement WriteDoubleCollection (
    DoubleCollection array,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteDoubleCollection( _
    array As DoubleCollection, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

array

The DoubleCollection to write.

elementName

The name of the new XML element.

parentElement

The parent of the new XML element.

 Return Value

The new XML element.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.UI.Wpf Namespace