Java.Lang.Reflect.Constructor.GetParameterAnnotations Method
Returns an array of arrays that represent the annotations of the formal parameters of this constructor.

Syntax

[Android.Runtime.Register("getParameterAnnotations", "()[[Ljava/lang/annotation/Annotation;", "")]
public Java.Lang.Annotation.IAnnotation[][] GetParameterAnnotations ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an array of arrays that represent the annotations of the formal parameters of this constructor. If there are no parameters on this constructor, then an empty array is returned. If there are no annotations set, then an array of empty arrays is returned.

[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