Home
last modified time | relevance | path

Searched defs:TSource (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs393 …public static int IndexOf<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate) in IndexOf()
406 …public static int LastIndexOf<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predi… in LastIndexOf()
506 …<TSource> DistinctBy<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelec… in DistinctBy()