Extension method on Conversion in VB.NET -


as cannot write extension method objects in vb.net, can write method converting other type , use object?

i assume you're trying around this issue. note not can't write extension methods object, can't use them on object variables or expressions because has cater late-bound calls.

if knew object other type cast , use extension method (including method extending object, of course).


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -