атрибут [JsonPropertyAttribute("field_name")]
Есть метод:
public static IAttribute CreateAttribute(string attributeTypeName, IPsiModule module,
CSharpElementFactory elementFactory)
{
var typeElement = TypeFactory.CreateTypeByCLRName(attributeTypeName, module).GetTypeElement();
return typeElement != null ? elementFactory.CreateAttribute(typeElement) : null;
}
И?
Обсуждают сегодня