List<T>.DefaultIfEmpty Method

Include Protected Members
Include Inherited Members

Returns the elements of an IEnumerable<T>, or a default valued singleton collection if the sequence is empty.

Overload List

  Name Description
Bb920159.pubextension(en-us,VS.95).gif DefaultIfEmpty() Returns the elements of the specified sequence or the type parameter's default value in a singleton collection if the sequence is empty. (Defined by Enumerable.)
Bb920159.pubextension(en-us,VS.95).gif DefaultIfEmpty(T) Returns the elements of the specified sequence or the specified value in a singleton collection if the sequence is empty. (Defined by Enumerable.)

Top

See Also

Reference

List<T> Class

List<T> Members

System.Collections.Generic Namespace