terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
XmlCachedStream.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3
4namespace System.Xml
5{
6 // Token: 0x0200009B RID: 155
8 {
9 // Token: 0x06000745 RID: 1861 RVA: 0x000187E0 File Offset: 0x000169E0
10 internal XmlCachedStream(Uri uri, Stream stream)
11 {
12 this.uri = uri;
13 }
14
15 // Token: 0x040003B6 RID: 950
16 private Uri uri;
17 }
18}
class f__AnonymousType0<< Count > j__TPar
XmlCachedStream(Uri uri, Stream stream)