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

◆ CreateThisFromUri()

void System.Uri.CreateThisFromUri ( global::System::Uri otherUri)
inlineprivate

Definition at line 2454 of file Uri.cs.

2455 {
2456 global::System.Uri.Flags flags = otherUri.m_Flags;
2457 this.m_Flags = flags;
2458 ushort path = otherUri.m_Info.Offset.Path;
2459 char c = otherUri.m_String[(int)path];
2460 ushort host = otherUri.m_Info.Offset.Host;
2461 string @string = otherUri.m_String;
2462 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by System.Uri.Uri(), and System.Uri.CreateUri().