示例#1
0
 public EntryTypeVM(Type type)
 {
     Type = type;
     Name = ProgramTools.GetAttributeValue <DescriptionAttribute>(type, a => a.Description);
 }