Gets weakly-typed information for the specified tuple type.
public static ITupleInfo GetInfo(Type type)
parameter | description |
---|---|
type | The tuple type. |
Gets information for the specified tuple type.
public static TupleInfo<T> GetInfo<T>()
parameter | description |
---|---|
T | The tuple type. |