当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

c# nameof

                var i = 100;
                switch (i)
                {
                    case int code when code >= 500:
                        break;
                }
                byte[] cipherText; 
                byte[] Key;
                var s1 = nameof(cipherText);
                var s2 = nameof(Key);

 

            if (!DateTime.TryParse(applicationDatetime.ToString(), out DateTime _))
            {
            }

 

posted @ 2022-04-22 16:06  hofmann  阅读(56)  评论(0)    收藏  举报