I swear I have seen an example of this but have been googling for a bit and can not find it.
I have a class that has a reference to an object and need to have a GET; met
Return a reference to a stripped-down interface:
interface IFoo string Bar { get; } class ClassWithGet public IFoo GetFoo(...);