System.Uri.Parse C# (CSharp) Méthode

Parse() private méthode

private Parse ( ) : void
Résultat void
        protected virtual void Parse()
        {
            // this method if suppressed by the derived class
            // would lead to an unconstructed Uri instance.
            // It does not make any sense and violates Fxcop on calling a virtual method in the ctor.
            // Should be deprecated and removed asap.
        }