One of the data member in my data contract is of type System.Collections.ObjectModel.Collection<string>.
I am getting a result of type ObjectResult<string> after executing a function import . How to convert objectresult<string> to ObjectModel.Collection<string>. Is there any direct cast exists?
One of the data member in my data contract is of type System.Collections.ObjectModel.Collection<string> .
Share
1 Answer