Hi all.
I going to enhance a method of standard class by pre- or post- method.
The original method has interface parameters which refer to private or protected Types of the Class.
I have to use same interface parameter list in pre- or post- method but I cannot refer these Types because they a private or protected.
Does it exist an approach private or protected Types using in pre- or post- methods?
Best regards Anuser.