EnumerableEnumerator(Func<IEnumerator<TValue>>) Constructor
Namespace
Statiq.Common
Containing Type
EnumerableEnumerator<TValue>

Syntax

public EnumerableEnumerator(Func<IEnumerator<TValue>> enumeratorFunc)

Parameters

Name Type Description
enumeratorFunc Func<IEnumerator<TValue>>