2
Answers

How to return different datatype in same array?

In C#, I have a return type string[] array.
I have two different datatype data types: string and DateTime.
Is there anyway to return different data types in the same array?
Answers (2)