System.GenericUriParser.GenericUriParser C# (CSharp) Метод

GenericUriParser() публичный Метод

public GenericUriParser ( GenericUriParserOptions options ) : System.Globalization
options GenericUriParserOptions
Результат System.Globalization
        public GenericUriParser(GenericUriParserOptions options)
            : base(MapGenericParserOptions(options))
        {
        }
        //