TupleInfo class

Helpers for using reflection with tuples.

public static class TupleInfo

Public Members

name description
static GetInfo(…) Gets weakly-typed information for the specified tuple type.
static GetInfo<T>() Gets information for the specified tuple type.
static IsTuple(…) True if the specified object is a supported tuple.
static IsTupleType(…) True if the specified type is a supported tuple type.

Remarks

This class works with both ValueTuple and Tuple.

See Also