ITupleInfo interface

Weakly-typed information about a tuple type.

public interface ITupleInfo

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.

Remarks

Do not implement this interface. Adding members to this interface will not be considered a breaking change to this library.

See Also