Guest User

Untitled

a guest
Apr 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. namespace Company.Linq
  2. {
  3. public static class MyCustomExtensions
  4. {
  5. public static List<TSource> ToList<TSource>(this IEnumerable<TSource> source)
  6. {
  7. ...;
  8. }
  9. }
  10. }
Add Comment
Please, Sign In to add comment