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

◆ Segments

string [] System.Uri.Segments
get

Definition at line 755 of file Uri.cs.

756 {
757 get
758 {
759 if (this.m_Syntax != null)
760 {
762 if (privateAbsolutePath._stringLength != 0)
763 {
764 int stringLength = privateAbsolutePath._stringLength;
765 long num = 0L;
766 int num2 = 47;
767 int num3 = privateAbsolutePath.IndexOf((char)num2, (int)num);
768 int stringLength2 = privateAbsolutePath._stringLength;
769 string text = privateAbsolutePath.Substring((int)num, (int)num);
770 if (privateAbsolutePath._stringLength == 0)
771 {
772 }
773 }
774 }
775 string @string = SR.GetString("This operation is not supported for a relative URI.");
776 throw new InvalidCastException();
777 }
778 }
class f__AnonymousType0<< Count > j__TPar
static string GetString(string name, params object[] args)
Definition SR.cs:9
Definition SR.cs:7
global::System.UriParser m_Syntax
Definition Uri.cs:2521
string PrivateAbsolutePath
Definition Uri.cs:499