TupleInfo<T> class

Information about a tuple type.

public sealed class TupleInfo<T> : ITupleInfo

Public Members

name description
ItemTypes { get; } The types of items in the tuple.
TupleType { get; } The type of tuple.
CreateNew(…) Creates a tuple from the specified items.

See Also