文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>nvelocity的解析Bug

nvelocity的解析Bug

时间:2011-01-12  来源:89分

 


代码 namespace NVelocity.App
{
    using System;
    using System.Collections.Generic;
    using System.Reflection;

    public class FieldMethodizer
    {
 .......................

     private void Inspect(Type type)
        {
            FieldInfo[] fields = type.GetFields();
            for (int i = 0; i < fields.Length; i++)
            {
                if (fields[i].IsPublic && fields[i].IsStatic)
                {
                    this.fieldHash[fields[i].Name] = fields[i];
                    this.classHash[fields[i].Name] = type;
                }
            }
        }
    }
}


居然只反射 Field 忘了 Property 昏。。 代码是1.1版本的

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载