Writes the specified stream.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public XElement WriteStream ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteStream( _ |
The .NET Stream object to write.
The name of the element under which the object should be written.
The parent element of the newly created node.
See Also