示例#1
0
 static public void AddDynamicChildrenInfo(this RepresentationEngine item, string n, EffigyInfo effigy)
 {
     item.AddInfo(new RepresentationInfo_DynamicChildren(n, effigy));
 }
示例#2
0
 public RepresentationInfo_DynamicChildren(string n, EffigyInfo e) : base(n, e.GetRepresentationType())
 {
     effigy_info = e;
 }