Saves the stream to XDocument supplied.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public static void SaveStream( this XDocument xmlDoc, Stream outStream ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Sub SaveStream ( _ xmlDoc As XDocument, _ outStream As Stream _ ) |
Visual C++ |
---|
[ExtensionAttribute] public: static void SaveStream( XDocument^ xmlDoc, Stream^ outStream ) |
Parameters
- xmlDoc
- Type: System.Xml.Linq..::..XDocument
The XML doc.
- outStream
- Type: System.IO..::..Stream
The out stream.