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

Parse() приватный Метод

private Parse ( ) : void
Результат 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.
        }