Helpers for using reflection with tuples.
public static class TupleInfo
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. |
This class works with both ValueTuple
and Tuple
.