Skip to main content
A newer version of this page is available. .

ExpressionHelper.MakeTuple<TupleType>(Object[]) Method

Creates an instance of a generic Tuple type from items.

Namespace: DevExpress.Mvvm.Utils

Assembly: DevExpress.Mvvm.v20.2.DataModel.dll

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.DataModel

Declaration

public static TupleType MakeTuple<TupleType>(
    object[] items
)

Parameters

Name Type Description
items Object[]

Objects that will comprise the tuple.

Type Parameters

Name
TupleType

Returns

Type
TupleType
See Also