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

◆ Path

string System.UriBuilder.Path
set

Definition at line 51 of file UriBuilder.cs.

52 {
53 set
54 {
55 if (value == null || value._stringLength == 0)
56 {
57 }
58 string text2;
59 string text = global::System.Uri.InternalEscapeString(text2);
61 this._changed = true;
62 }
63 }
class f__AnonymousType0<< Count > j__TPar