Mvp.Xml API Documentation

XmlFragmentStream Constructor (Stream, String)

Initializes the class with the underlying stream to use, with a custom root element.

public XmlFragmentStream(
   Stream innerStream,
   string rootName
);

Parameters

innerStream
The stream to read from.
rootName
Custom root element name to use.

See Also

XmlFragmentStream Class | Mvp.Xml.Common Namespace | XmlFragmentStream Constructor Overload List