Search Results for

    Method ForEach

    ForEach<T>(IEnumerable<T>, Action<T>)

    Declaration
    public static IEnumerable<T> ForEach<T>(this IEnumerable<T> selfArray, Action<T> action)
    Parameters
    Type Name Description
    IEnumerable<T> selfArray
    Action<T> action
    Returns
    Type Description
    IEnumerable<T>
    Type Parameters
    Name Description
    T
    In This Article