If set, this method cannot be overridden by a subclass.
[Visual Basic] Public ReadOnly Property IsFinal As Boolean [C#] public bool IsFinal {get;} [C++] public: __property bool get_IsFinal(); [JScript] public function get IsFinal() : Boolean;
Read-only.
true if this method cannot be overridden by a subclass; otherwise, false.
MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean