TDefaultIfEmptyIterator<T>.Create(IEnumerable<T>,T) Constructor

Initializes a new instance of the TDefaultIfEmptyIterator<T> class.

Namespace: Spring.Collections.Extensions
public
 constructor Create(const source: IEnumerable<T>; const defaultValue: T);

Parameters

source
Type: IEnumerable<T>

defaultValue
Type: T