Table of Contents

Class IEnumerableExtensions

Namespace
Duende.IdentityServer.Extensions
Assembly
Duende.IdentityServer.dll
public static class IEnumerableExtensions
Inheritance
IEnumerableExtensions
Inherited Members

Methods

HasDuplicates<T, TProp>(IEnumerable<T>, Func<T, TProp>)

public static bool HasDuplicates<T, TProp>(this IEnumerable<T> list, Func<T, TProp> selector)

Parameters

list IEnumerable<T>
selector Func<T, TProp>

Returns

bool

Type Parameters

T
TProp

IsNullOrEmpty<T>(IEnumerable<T>)

public static bool IsNullOrEmpty<T>(this IEnumerable<T> list)

Parameters

list IEnumerable<T>

Returns

bool

Type Parameters

T