This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
using System;
namespace System
{
// Token: 0x020002F1 RID: 753
internal class DefaultUriParser : global::System.UriParser
{
// Token: 0x06001B4E RID: 6990 RVA: 0x00064190 File Offset: 0x00062390
public DefaultUriParser()
{
}
// Token: 0x06001B4F RID: 6991 RVA: 0x00064198 File Offset: 0x00062398
public DefaultUriParser(string scheme)
{
this.scheme_name = scheme;
}
}
}