XmlHelpers.ObjectFromStream(Stream, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Object ^ ObjectFromStream(System::IO::Stream ^ s, Type ^ t);
public static object ObjectFromStream (System.IO.Stream s, Type t);
static member ObjectFromStream : System.IO.Stream * Type -> obj
Public Shared Function ObjectFromStream (s As Stream, t As Type) As Object
Parameters
- s
- Stream
- t
- Type