MethodBodyBlock.LocalVariablesInitialized Property

Definition

Gets a value that indicates whether local variables in this method are initialized to default values of their types.

public:
 property bool LocalVariablesInitialized { bool get(); };
public bool LocalVariablesInitialized { get; }
member this.LocalVariablesInitialized : bool
Public ReadOnly Property LocalVariablesInitialized As Boolean

Property Value

true if local variables are initialized; otherwise, false.

Applies to