TupleInfo.GetInfo method (1 of 2)

Gets weakly-typed information for the specified tuple type.

public static ITupleInfo GetInfo(Type type)
parameter description
type The tuple type.

See Also


TupleInfo.GetInfo<T> method (2 of 2)

Gets information for the specified tuple type.

public static TupleInfo<T> GetInfo<T>()
parameter description
T The tuple type.

See Also