[]
Concatenation of two views.
public View<T> Concat(IObservableSource<T> second)
Type | Name | Description |
---|---|---|
IObservableSource<T> | second | A collection (usually, a view) to concatenate to this view's collection of elements. |
Type | Description |
---|---|
View<T> | The view that contains first the elements of this view and then the elements of the parameter collection. |