Search
XmlSerializationContext.ReadStream Method
See Also
 





Reads a System.IO.Stream value from the specified element with the specified parent.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Stream ReadStream (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadStream( _
    elementName As String, _
    parentElement As XmlElement _
) As Stream

 Parameters

elementName

The name of the element to read.

parentElement

The XML parent of the element to read.

 Return Value

The deserialized System.IO.Stream value.

 See Also