MethodBase.IsFinal Property

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property IsFinal As Boolean
    Get
'Usage
Dim instance As MethodBase
Dim value As Boolean

value = instance.IsFinal
public bool IsFinal { get; }
public:
property bool IsFinal {
    bool get ();
}
member IsFinal : bool
function get IsFinal () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

MethodBase Class

MethodBase Members

System.Reflection.Mock Namespace