次のようなコードがあるとします。
[MyAttribute("Long long text 1", "Some more long text 1")]
[MyAttribute("Long long text 2", "Some more long text 2")]
[MyAttribute("Long long text 3", "Some more long text 3")]
public class TestClass
{
[...]
}
Long long text
const を導入して、これらの属性 (つまり、Some more long text
この例)の共通部分文字列を置き換える方法はありますか? これは実際の「const」に関しては不可能かもしれないことを理解していますが、確かにこれには別の機能が必要ですか?