PaginatedResponseHelper.Coalesce<TSource> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Collections.Generic.IEnumerable<TSource> Coalesce<TSource> (this System.Collections.Generic.IEnumerable<TSource> source);
static member Coalesce : seq<'Source> -> seq<'Source>
<Extension()>
Public Function Coalesce(Of TSource) (source As IEnumerable(Of TSource)) As IEnumerable(Of TSource)
Type Parameters
- TSource
Parameters
- source
- IEnumerable<TSource>
Returns
IEnumerable<TSource>