17 lines
544 B
C#
17 lines
544 B
C#
using System;
|
|
|
|
namespace System
|
|
{
|
|
/// <summary>A customizable parser for a hierarchical URI.</summary>
|
|
// Token: 0x020002F4 RID: 756
|
|
public class GenericUriParser : global::System.UriParser
|
|
{
|
|
/// <summary>Create a customizable parser for a hierarchical URI.</summary>
|
|
/// <param name="options">Specify the options for this <see cref="T:System.GenericUriParser" />.</param>
|
|
// Token: 0x06001B52 RID: 6994 RVA: 0x000641B8 File Offset: 0x000623B8
|
|
public GenericUriParser(global::System.GenericUriParserOptions options)
|
|
{
|
|
}
|
|
}
|
|
}
|