AccessModifiers.InternalClass.ProtectedMethod C# (CSharp) Method

ProtectedMethod() protected method

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