Java.Lang.Class.GetConstructors Method
Returns an array containing Constructor objects for all public constructors for this Class.

Syntax

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

See Also

Class.GetDeclaredConstructors

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an array containing Constructor objects for all public constructors for this Class. If there are no public 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