Lucene.Net.Util.TestVirtualMethod.TestClass2.ProtectedTest C# (CSharp) Метод

ProtectedTest() защищенный Метод

protected ProtectedTest ( int test ) : void
test int
Результат void
            protected override void ProtectedTest(int test) // make it public here
            {
            }
        }
TestVirtualMethod.TestClass2