TupleInfo<T>.CreateNew method

Creates a tuple from the specified items.

public T CreateNew(IEnumerable<object?> items)

See Also