"Nicholls, Mark" <[EMAIL PROTECTED]> wrote:

> Ah, I just saw in your later message that you want a method pointer
> (i.e. a delegate) which magically instantiates the target method when
> you supply a type argument. 
> 
> yep
> 
> That can be emulated via the MethodInfo
> approach described in the previous paragraph. With a bit of moderately
> clever design, you could create set of related reusable generic types,
> all with different arity of their Invoke methods, that solves this
> problem in a totally general way.
> 
> 
> Boooo.....I just need it the once....I can see how one would do it 'long
> hand'.
> 
> I was hoping that I was just ignorant of some minor syntactical thing.

It shouldn't take more than 15 minutes to write, I'd expect I could
write one sooner than get a reply from a list ;)

-- Barry

-- 
http://barrkel.blogspot.com/

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to