Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IXmlBinaryReaderInitializer.cs
Go to the documentation of this file.
1using System.IO;
2
3namespace System.Xml;
4
void SetInput(Stream stream, IXmlDictionary? dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession? session, OnXmlDictionaryReaderClose? onClose)
void SetInput(byte[] buffer, int offset, int count, IXmlDictionary? dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession? session, OnXmlDictionaryReaderClose? onClose)