Item 1 of 6 Previous | Next

1
Vote

Weird code in EventDelegatesInvoker.cs

description

Take a look:

http://nroute.codeplex.com/SourceControl/changeset/view/65535#1005746

Look at the last lines and tell me if make sense to you

using System;
using System.Collections.Generic;
using System.Reflection;
using System.Linq.Expressions;
using nRoute.Internal;
using System.Reflection.Emit;
#if (!WP7)
using System.Reflection.Emit;
#endif

No files are attached

comments

weitzhandler wrote Feb 3 at 3:49 AM

I posted a link, see head of my post.
I never really worked with the code, was just wondering around in the source-code online, just check it out, maybe it's bullshiz

weitzhandler wrote Jan 29 at 12:56 PM

No I'm talking about this:

using System.Reflection.Emit;
#if (!WP7)
using System.Reflection.Emit;
#endif

Orktane wrote Jan 29 at 7:13 AM

Hi, could you be more specific. Are you talking about the DelegateInvoker<T>?