Bitmap for WPF
Distinct<TSource> メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : Distinct<TSource> メソッド
The type of the T source.
The source.
The comparer.
Selects distinct elements from an enumeration.
シンタックス
'宣言
 
Public Shared Function Distinct(Of TSource)( _
   ByVal source As System.Collections.Generic.IEnumerable(Of TSource), _
   Optional ByVal comparer As System.Collections.Generic.IEqualityComparer(Of TSource) _
) As System.Collections.Generic.IEnumerable(Of TSource)
public static System.Collections.Generic.IEnumerable<TSource> Distinct<TSource>( 
   System.Collections.Generic.IEnumerable<TSource> source,
   System.Collections.Generic.IEqualityComparer<TSource> comparer
)

パラメータ

source
The source.
comparer
The comparer.

型パラメータ

TSource
The type of the T source.

戻り値の型

A enumeration of selected values
参照

DXUtil クラス
DXUtil メンバ