Наследование: System.Attribute
Пример #1
0
 private static WidgetModel ModelFromAttributes(WidgetAttribute attr, Type type)
 {
     return new WidgetModel(attr.Name, attr.StaticDescription, type) {SettingsType = attr.SettingsType};
 }