What was the Historical Precursor for .NET Attributes?

前端 未结 3 1836
终归单人心
终归单人心 2020-12-10 18:55

What languages or platforms influenced the .NET 1.0 Team to build-in the concept of Attributes from the very start? Was this an Aspect-Oriented thing? Serialization? or some

3条回答
  •  醉梦人生
    2020-12-10 19:14

    I don't know if this is the originator, but they have been around in COM and MIDL for a long time. There weren't user-defined ones, but you had to attribute methods, types, etc, etc to make specific claims about the contracts in MIDL.

提交回复
热议问题