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

◆ GetComponents()

string System.Uri.GetComponents ( global::System::UriComponents components,
global::System::UriFormat format )
inline

Definition at line 2154 of file Uri.cs.

2155 {
2156 global::System.UriParser syntax = this.m_Syntax;
2157 if (syntax != null)
2158 {
2159 bool isSimple = syntax.IsSimple;
2160 return this.GetComponentsHelper(components, format);
2161 }
2163 }
class f__AnonymousType0<< Count > j__TPar
string GetComponentsHelper(global::System.UriComponents uriComponents, global::System.UriFormat uriFormat)
Definition Uri.cs:2370
global::System.UriParser m_Syntax
Definition Uri.cs:2521
string GetRelativeSerializationString(global::System.UriFormat format)
Definition Uri.cs:2354

References System.format, System.Uri.GetComponentsHelper(), System.Uri.GetRelativeSerializationString(), System.UriParser.IsSimple, j__TPar, and System.Uri.m_Syntax.

Referenced by System.Uri.GetHashCode(), System.Uri.GetObjectData(), and System.Uri.GetParts().