I have a class that implements an interface, and I can't seem to call the properties of the interface from within the class. For example, below is the code for the interface IFace:
Now suppose I have an implementation IFaceObject:![]()
Please Login or Register to view this content.
This gives an error when the Let portion of IFace_Bar property is called. The "me" keyword does not pick up the property IFace_Foo. Does anyone know how to call such a private property from within an implementation?![]()
Please Login or Register to view this content.
Thanks All!
Bookmarks