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
◆
TryCreate()
[2/3]
static
bool System.Uri.TryCreate
(
global::System::Uri
baseUri
,
string
relativeUri
,
[Out] global::System::Uri
result
)
inline
static
Definition at line
2109
of file
Uri.cs
.
2110
{
2111
if
(!
true
)
2112
{
2113
}
2114
global::System.UriParser
syntax
= baseUri.m_Syntax;
2115
if
(
syntax
!=
null
)
2116
{
2117
return
true
;
2118
}
2119
if
(
syntax
==
null
)
2120
{
2121
}
2122
bool
flag;
2123
return
flag;
2124
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
System
Uri
Generated by
1.10.0