[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.View-1.Concat

Concat Method

Concat(IObservableSource<T>)

Concatenation of two views.

Declaration
public View<T> Concat(IObservableSource<T> second)
Parameters
Type Name Description
IObservableSource<T> second

A collection (usually, a view) to concatenate to this view's collection of elements.

Returns
Type Description
View<T>

The view that contains first the elements of this view and then the elements of the parameter collection.