Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 645

Linq Mini

$
0
0
In some reason (unreachable for my understanding) Keen don't want to whitelist Linq
Because Linq is such usefull tool and timesaver - I decided to decompile and minimify it:

https://gist.github.com/krypt-lynx/3b46d5737f5e98ea22d062b963c2e713
It is 7953 chars long and contains most often used methods (at least, by me):

public static IEnumerable<int> Range(int start, int count)
public static A Aggregate<S, A>(this IEnumerable<S> src, A seed, Func<A, S, A> func)...

Linq Mini

Viewing all articles
Browse latest Browse all 645

Trending Articles