TupleInfo<T>.ItemTypes property

The types of items in the tuple.

public IReadOnlyList<Type> ItemTypes { get; }

See Also