Java.Lang.Reflect.Constructor Class
This class represents a constructor.

See Also: Constructor Members

Syntax

[Android.Runtime.Register("java/lang/reflect/Constructor", DoNotGenerateAcw=true)]
public sealed class Constructor : AccessibleObject, IGenericDeclaration, IMember, IDisposable

Remarks

This class represents a constructor. Information about the constructor can be accessed, and the constructor can be invoked dynamically.

[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