TupleInfo.IsTupleType method

True if the specified type is a supported tuple type.

public static bool IsTupleType(Type? type)
parameter description
type The possible tuple type.

See Also