示例#1
0
            //private static Parameter m_SubclassUseClassNameParameter; removing this for now. -mw 8/28/07

            static Class()
            {
                m_InstanceUseClassNameParameter = new Parameter("Class.Instances Use Class Name", typeof(bool), Boolean.FalseString);
                //m_SubclassUseClassNameParameter = new Parameter("Class.Subclasses Use Class Name", typeof(bool), Boolean.FalseString);
            }
示例#2
0
 static Component()
 {
     m_ComponentType = new Parameter("Type", typeof(string));
 }//static constructor