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

◆ AllowIdn

bool System.Uri.AllowIdn
getprivate

Definition at line 133 of file Uri.cs.

134 {
135 get
136 {
137 global::System.UriParser syntax = this.m_Syntax;
138 if (syntax != null)
139 {
140 }
141 if (syntax == null)
142 {
143 }
144 return true;
145 }
146 }
class f__AnonymousType0<< Count > j__TPar
global::System.UriParser m_Syntax
Definition Uri.cs:2521

Referenced by System.Uri.PrivateParseMinimalIri().