G
Guest
I'm working with .net framework 1.1 in C# for a windows application
I have 2 classes - A and B.
I have a function in B that is called by many functions in A.
I want to be able to detect in class B the parameters(data type and value)
of the calling function in class A.
Is this possible? If so, can anyone point me in the right direction?
Thanks in advance!
Paula
I have 2 classes - A and B.
I have a function in B that is called by many functions in A.
I want to be able to detect in class B the parameters(data type and value)
of the calling function in class A.
Is this possible? If so, can anyone point me in the right direction?
Thanks in advance!
Paula