AccessModifiers.InternalClass.ProtectedMethod C# (CSharp) 메소드

ProtectedMethod() 보호된 메소드

protected ProtectedMethod ( ) : void
리턴 void
        protected void ProtectedMethod()
        {
            Console.WriteLine("Protected method invoked from Internal Class");
        }