MethodBody.InitLocals Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property InitLocals As Boolean
    Get
'Usage
Dim instance As MethodBody
Dim value As Boolean

value = instance.InitLocals
public virtual bool InitLocals { get; }
public:
virtual property bool InitLocals {
    bool get ();
}
abstract InitLocals : bool
override InitLocals : bool
function get InitLocals () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

MethodBody Class

MethodBody Members

System.Reflection.Mock Namespace