5 lines
59 B
C#
5 lines
59 B
C#
|
public class Parent
|
||
|
{
|
||
|
protected internal void Foo () {}
|
||
|
}
|