码迷,mamicode.com
首页 > 其他好文 > 详细

dynamic 用法

时间:2016-12-09 00:03:21      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:turn   color   str   static   null   try   用法   nbsp   stat   

        private static string GetNameValue(object value)
        {
            dynamic obj = value;
            try
            {
                return obj.Name;
            }
            catch
            {
                return null;
            }
        }

 

dynamic 用法

标签:turn   color   str   static   null   try   用法   nbsp   stat   

原文地址:http://www.cnblogs.com/shiningrise/p/6147173.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!