Click or drag to resize

EnumerableConversionTIgnoringNullElements Method

Instructs the enumerator to ignore null values.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public EnumerableConversion<T> IgnoringNullElements()

Return Value

Type: EnumerableConversionT
This instance as part of a fluent interface.
See Also