반응형
TSource
generic type parameter
public static IEnumerable<TSource> Union<TSource>
LINW method에서 일반적으로 다음의 파라메터를 사용한다.
Tsource : element tpye of the input ( source )
TResult : element tpye of the output ( result )
TKey : element type of a key used for things like grouping
TElement : element type of an intermediate sequence
반응형
'Language > C# WPF' 카테고리의 다른 글
C# 파일 처리 함수 모음 ( 계속 추가 ) (0) | 2022.06.12 |
---|---|
c#(WPF) OpenFileDialog, SaveFileDialog 란? 필터 설정 (0) | 2022.06.10 |