From dd6df926589f41e5240f1f658d406fdf828cc981 Mon Sep 17 00:00:00 2001 From: bicijinlian <bicijinlian@163.com> Date: Wed, 18 Jul 2018 20:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TupleStudy/ValueTupleStudy.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TupleStudy/ValueTupleStudy.cs b/TupleStudy/ValueTupleStudy.cs index e7770dc..b2fddb3 100644 --- a/TupleStudy/ValueTupleStudy.cs +++ b/TupleStudy/ValueTupleStudy.cs @@ -245,6 +245,7 @@ namespace TupleStudy try { var student = (ValueTuple<int, string, int>)valueTuple; + return true; } catch