Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IXmlBinaryWriterInitializer.cs
Go to the documentation of this file.
1
using
System.IO
;
2
3
namespace
System.Xml
;
4
5
public
interface
IXmlBinaryWriterInitializer
6
{
7
void
SetOutput
(
Stream
stream
,
IXmlDictionary
?
dictionary
,
XmlBinaryWriterSession
?
session
,
bool
ownsStream
);
8
}
System.IO.Stream
Definition
Stream.cs:11
System.Xml.XmlBinaryWriterSession
Definition
XmlBinaryWriterSession.cs:8
System.Xml.IXmlBinaryWriterInitializer.SetOutput
void SetOutput(Stream stream, IXmlDictionary? dictionary, XmlBinaryWriterSession? session, bool ownsStream)
System.Xml.IXmlBinaryWriterInitializer
Definition
IXmlBinaryWriterInitializer.cs:6
System.Xml.IXmlDictionary
Definition
IXmlDictionary.cs:6
System.IO
Definition
ConsoleStream.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.dictionary
@ dictionary
System.ExceptionArgument.stream
@ stream
source
System.Private.DataContractSerialization
System.Xml
IXmlBinaryWriterInitializer.cs
Generated by
1.10.0