Java.Lang.Class.GetDeclaredConstructors Method
Returns an array containing Constructor objects for all constructors declared in the class represented by this Class.

Syntax

[Android.Runtime.Register("getDeclaredConstructors", "()[Ljava/lang/reflect/Constructor;", "")]
public Java.Lang.Reflect.Constructor[] GetDeclaredConstructors ()

See Also

Class.GetConstructors

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an array containing Constructor objects for all constructors declared in the class represented by this Class. If there are no constructors or if this Class represents an array class, a primitive type or void then an empty array is returned.

[Android Documentation]

Requirements

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