News

Dim tup As New Tuple(Of Integer, String, List(Of Customer)) (errorCode, errorMessage, lst) Return tup End Function The code that calls this method would use Item* properties on the Tuple to access the ...