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 クラスの 1 つのプロパティに適用する方法はありますか?
プロパティ宣言の前に複数のメタデータ タグを並べてリストするだけで、クラスのプロパティに複数のメタデータ タグを適用できます。このような:
[Bindable] [Transient] public var attribute: Object;