Tuple static method

TupleClass<List<CType>> Tuple(
  1. List<CType> components
)

Implementation

static TupleClass<List<CType>> Tuple(List<CType> components) =>
    TupleClass(components);