Открытые члены | Открытые статические члены

Класс TSLab.Utils.LinqUtils

Полный список членов класса

Открытые члены

delegate void Func< ArgT > (ArgT arg)

Открытые статические члены

static void ForEach< T > (this IEnumerable< T > src, Func< T > predicate)
static bool Exists< T > (this IEnumerable< T > src, Predicate< T > match)
static T Find< T > (this IEnumerable< T > src, Predicate< T > match)
static int FindIndex< T > (this IEnumerable< T > src, Predicate< T > match)
static void Update< T > (ICollection< T > data, ICollection< T > newdata)
static T GetValueOrNull< T > (this T value)