Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IStreamProvider.cs
Go to the documentation of this file.
1
using
System.IO
;
2
3
namespace
System.Xml
;
4
5
public
interface
IStreamProvider
6
{
7
Stream
GetStream
();
8
9
void
ReleaseStream
(
Stream
stream
);
10
}
System.IO.Stream
Definition
Stream.cs:11
System.Xml.IStreamProvider.ReleaseStream
void ReleaseStream(Stream stream)
System.Xml.IStreamProvider.GetStream
Stream GetStream()
System.Xml.IStreamProvider
Definition
IStreamProvider.cs:6
System.IO
Definition
ConsoleStream.cs:3
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.stream
@ stream
source
System.Private.DataContractSerialization
System.Xml
IStreamProvider.cs
Generated by
1.10.0