ambiguous-call Questions

2

Solved

I have a DataTable that I'm trying to enumerate over with the AsEnumerable extension method on System.Linq.Enumerable. The problem is that there is an identically named extension method on System.D...
Deictic asked 4/6, 2010 at 19:24

1

Solved

I am invoking a static method Parse on a type via reflection because I do not know the type of the object at compile-time (I do know, however, it has a Parse method, taking a string). However, I a...
Disputable asked 28/12, 2009 at 13:13

3

Solved

I have a question that's not really a problem, but something that made me a little curious. I have a class with two methods in it. One is a static method and the other one is an instance method. T...
Kynan asked 20/5, 2009 at 9:30

© 2022 - 2024 — McMap. All rights reserved.