All pastes #2099832 Raw Edit

ktos

public text v1 · immutable
#2099832 ·published 2012-01-05 21:09 UTC
rendered paste body
public static IEnumerable<TSource> AsEnumerable<TSource>(this IEnumerable<TSource> source)
{
    return source;
}