Java.Lang.Reflect.AccessibleObject.GetAnnotations Method
Returns, for this element, an array containing all annotations (including inherited annotations).

Syntax

[Android.Runtime.Register("getAnnotations", "()[Ljava/lang/annotation/Annotation;", "GetGetAnnotationsHandler")]
public virtual Java.Lang.Annotation.IAnnotation[] GetAnnotations ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns, for this element, an array containing all annotations (including inherited annotations). If there are no annotations present, this method returns a zero length array.

[Android Documentation]

Requirements

Namespace: Java.Lang.Reflect
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1