Loads an XDocument from the specified stream.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public static XDocument LoadStream( Stream inStream ) |
Visual Basic |
---|
Public Shared Function LoadStream ( _ inStream As Stream _ ) As XDocument |
Visual C++ |
---|
public: static XDocument^ LoadStream( Stream^ inStream ) |
Parameters
- inStream
- Type: System.IO..::..Stream
The input stream.