class C { public void OnlyOneClassCanCall { if (caller class is instance of bla-bla-bla) { doSomething(); }else return; } }