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

◆ SetFieldsFromUri()

void System.UriBuilder.SetFieldsFromUri ( global::System::Uri uri)
inlineprivate

Definition at line 128 of file UriBuilder.cs.

129 {
130 int num = 1;
131 string fragment = uri.Fragment;
132 this._fragment = fragment;
133 string query = uri.Query;
135 string host = uri.Host;
136 this._host = host;
137 string absolutePath = uri.AbsolutePath;
139 int port = uri.Port;
140 this._port = port;
141 string scheme = uri.Scheme;
143 bool hasAuthority = uri.HasAuthority;
144 if (num == 0)
145 {
146 }
147 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.