InheritedAttribute Clase

Definición

Marca una interfaz de anotación como heredada automáticamente por subclases.

[Android.Runtime.Annotation("java.lang.annotation.Inherited")]
public class InheritedAttribute : Attribute
[<Android.Runtime.Annotation("java.lang.annotation.Inherited")>]
type InheritedAttribute = class
    inherit Attribute
Herencia
InheritedAttribute
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Constructores

Nombre Description
InheritedAttribute()

Marca una interfaz de anotación como heredada automáticamente por subclases.

Se aplica a