System.PrivateUri.Tests.TestUriParser.TestUriParser C# (CSharp) Méthode

TestUriParser() public méthode

public TestUriParser ( ) : Xunit
Résultat Xunit
        public TestUriParser() : base() { }
        public new string GetComponents(Uri uri, UriComponents components, UriFormat format) => base.GetComponents(uri, components, format);