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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -