What was the Historical Precursor for .NET Attributes?

前端 未结 3 1849
终归单人心
终归单人心 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条回答
  •  -上瘾入骨i
    2020-12-10 19:24

    Delphi/Object Pascal properties? If I remember correctly, one of the designers of Delphi is also one of the designers of .NET. The syntax is also similar.

提交回复
热议问题