DbViewerTuple<T, E> constructor

DbViewerTuple<T, E>(
  1. T first,
  2. E second
)

Implementation

DbViewerTuple(this.first, this.second);