言語

RepeatableAttribute クラス

定義

注釈インターフェイスを反復可能としてマークします。

[Android.Runtime.Annotation("java.lang.annotation.Repeatable")]
public class RepeatableAttribute : Attribute
[<Android.Runtime.Annotation("java.lang.annotation.Repeatable")>]
type RepeatableAttribute = class
    inherit Attribute
継承
RepeatableAttribute
属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
RepeatableAttribute()

注釈インターフェイスを反復可能としてマークします。

プロパティ

名前 説明
Value

反復可能な注釈インターフェイスの包含注釈インターフェイスを取得または設定します。

適用対象