P
Pavils Jurjans
Hello,
I have this class, which has an indexer and some methods, and the
constructor of this class makes several calls to them. I would like the code
in methods to have different behaviour depending whether the constructor is
still running (and current method is called from the constructor), or the
class is already initialized, and the method is called from other context.
Is there any way to discover this?
Thanks,
-- Pavils
I have this class, which has an indexer and some methods, and the
constructor of this class makes several calls to them. I would like the code
in methods to have different behaviour depending whether the constructor is
still running (and current method is called from the constructor), or the
class is already initialized, and the method is called from other context.
Is there any way to discover this?
Thanks,
-- Pavils