EnumerableExtensions Class

Summary

Extension methods for System.Collections.Generic.IEnumerable`1.
Namespace
StrideToolkit.Collections
Base Types
  • object
graph BT Type-->Base0["object"] Type["EnumerableExtensions"] class Type type-node

Syntax

public static class EnumerableExtensions

Methods

Name Value Summary
Concat<T>(IEnumerable<T>, T[]) IEnumerable<T>
Concatenates two sequences.
static
ForEach<T>(IEnumerable<T>, Action<T>) void
Performs the specified action on each element of the IEnumerable<T>.
static
IsNullOrEmpty<T>(IEnumerable<T>) bool
Checks if enumerable is or empty.
static