F
felipecsl
Does anyone know if there is a way to change the way the reference that
is returned from an object? I need to return an object member when
someone tries to retrieve "this".
e.g.:
//Suppose we have the object FooBar...
class Foobar{
private string m_someStuff;
private FooBar m_anotherInstance;
is returned from an object? I need to return an object member when
someone tries to retrieve "this".
e.g.:
//Suppose we have the object FooBar...
class Foobar{
private string m_someStuff;
private FooBar m_anotherInstance;