How to hide a class of a property from users of my type library
Is there any way to prevent my class library users to use some auxiliary class directly but to access another public class public property which is of that auxiliary type?
Is there any way to prevent my class library users to use some auxiliary class directly but to access another public class public property which is of that auxiliary type?