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

◆ GetEscapedParts()

string System.Uri.GetEscapedParts ( global::System::UriComponents uriParts)
inlineprivate

Definition at line 1613 of file Uri.cs.

1614 {
1615 global::System.Uri.Flags flags = this.m_Flags;
1616 global::System.Uri.UriInfo info = this.m_Info;
1617 string @string = this.m_String;
1618 ushort path = info.Offset.Path;
1619 ushort securedPathIndex = this.SecuredPathIndex;
1620 string text;
1621 return text;
1622 }
class f__AnonymousType0<< Count > j__TPar
Uri(string uriString)
Definition Uri.cs:279
ushort SecuredPathIndex
Definition Uri.cs:185
global::System.Uri.UriInfo m_Info
Definition Uri.cs:2530
global::System.Uri.Flags m_Flags
Definition Uri.cs:2527
string m_String
Definition Uri.cs:2515

References System.Uri.Uri(), System.info, j__TPar, System.Uri.m_Flags, System.Uri.m_Info, System.Uri.m_String, System.Uri.SecuredPathIndex, and System.text.