System.Uri.Escape C# (CSharp) 메소드

Escape() 개인적인 메소드

private Escape ( ) : void
리턴 void
        protected virtual void Escape()
        {
            // this method if suppressed by the derived class
            // would lead to the same effect as dontEscape=true.
            // It does not make much sense and violates Fxcop on calling a virtual method in the ctor.
            // Should be deprecated and removed asap.
        }