QueryableExDistinctTSource, TKey Method (IEnumerableTSource, FuncTSource, TKey) |
Namespace: System.LinqAssembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntaxpublic static IEnumerable<TSource> Distinct<TSource, TKey>(
IEnumerable<TSource> source,
Func<TSource, TKey> keySelector
)
Parameters
- source
- Type: System.Collections.GenericIEnumerableTSource
- keySelector
- Type: SystemFuncTSource, TKey
Type Parameters
- TSource
- TKey
Return Value
Type:
IEnumerableTSource
See Also