I have a public class MyClass
in a library project A and this project is references by project B which is using the class.
Project B is also a library and let's say it's refereced by project C.
Is it possible to use MyClass
in project C just by referencing project B, and how?