Weakly-typed information about a tuple type.
public interface ITupleInfo
| 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. |
Do not implement this interface. Adding members to this interface will not be considered a breaking change to this library.