Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将多个元数据标记应用于 ActionScript 类的单个属性?
您可以将多个元数据标记应用于类的属性,只需在属性声明之前一个接一个地列出它们。像这样:
[Bindable] [Transient] public var attribute: Object;