markus / ConvertService / ServiceBase / Markus.Service.Extensions / Exntensions / CollectionExtensions.cs @ e19522be
이력 | 보기 | 이력해설 | 다운로드 (359 Bytes)
1 | 0157b158 | taeseongkim | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Linq.Expressions; |
||
5 | using System.Text; |
||
6 | using System.Threading.Tasks; |
||
7 | |||
8 | namespace Markus.Service.Extensions |
||
9 | { |
||
10 | public static class CollectionExtensions |
||
11 | { |
||
12 | public static void Update<T>(this IEnumerable<T> source,IList<T> Target) |
||
13 | { |
||
14 | |||
15 | } |
||
16 | } |
||
17 | } |