If set, the method is a constructor.
[Visual Basic] Public ReadOnly Property IsConstructor As Boolean [C#] public bool IsConstructor {get;} [C++] public: __property bool get_IsConstructor(); [JScript] public function get IsConstructor() : Boolean;
Read-only. true if this is method is a constructor; otherwise, false.
MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean