Suoranta.Finance Namespace
Suoranta.Finance - Developer API

Extensions..::..CombineOrdered<(Of <(<'T>)>)> Method

Namespace:  Suoranta.Finance
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


public static IEnumerable<T> CombineOrdered<T>(
	this IEnumerable<T> first,
	IEnumerable<T> second
)
where T : IComparable<T>

Type Parameters

T

Parameters

first
Type: IEnumerable<(Of <(<'T>)>)>
second
Type: IEnumerable<(Of <(<'T>)>)>