System.Xml.IXmlMtomReaderInitializer
interface IXmlMtomReaderInitializer
namespace System.Xml
{
internal interface IXmlMtomReaderInitializer
{
void SetInput(byte[] buffer, int offset, int count, Encoding[] encodings, string contentType, XmlDictionaryReaderQuotas quotas, int maxBufferSize, OnXmlDictionaryReaderClose onClose);
void SetInput(Stream stream, Encoding[] encodings, string contentType, XmlDictionaryReaderQuotas quotas, int maxBufferSize, OnXmlDictionaryReaderClose onClose);
}
}