using System;
namespace System
{
/// A customizable parser for a hierarchical URI.
// Token: 0x020002F4 RID: 756
public class GenericUriParser : global::System.UriParser
{
/// Create a customizable parser for a hierarchical URI.
/// Specify the options for this .
// Token: 0x06001B52 RID: 6994 RVA: 0x000641B8 File Offset: 0x000623B8
public GenericUriParser(global::System.GenericUriParserOptions options)
{
}
}
}