J
juli jul
Hello,
I want to do casting of class A object to class B object.
How exactly can I do it in c#?
The casting I need is: The client will do a casting to a class instance
and I will cast it to another class instance with proper changes.
How to do it?
Thanks!
I want to do casting of class A object to class B object.
How exactly can I do it in c#?
The casting I need is: The client will do a casting to a class instance
and I will cast it to another class instance with proper changes.
How to do it?
Thanks!