2
Answers

Change Object Type at runtime c#

Photo of Abhishek Chadha

Abhishek Chadha

3y
1.1k
1

Can I change the object type at run time in C#

currently I'm passing <dynamic> type but I want to pass particular object on condition basis

Answers (2)