'Declaration Public Shared Function Deserialize( _
ByVal streamThe stream that contains the data to deserialize.As System.IO.Stream _
) As DocxDecoder
public static DocxDecoder Deserialize(
System.IO.Stream stream
)
public: static DocxDecoder* Deserialize(
System.IO.Stream* stream
)
public:
static DocxDecoder^ Deserialize(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream that contains the data to deserialize.
Return Value
A new instance of DocxDecoder.