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.
        }