TDefaultIfEmptyIterator<T>.Create(IEnumerable<T>,T) Constructor
Initializes a new instance of the TDefaultIfEmptyIterator<T> class.
public constructor Create(const source: IEnumerable<T>; const defaultValue: T);
Parameters
- source
- Type: IEnumerable<T>
- defaultValue
- Type: T