LocalVariableInfo.LocalType Property

Definition

Gets the type of the local variable.

public:
 virtual property Type ^ LocalType { Type ^ get(); };
public virtual Type LocalType { get; }
member this.LocalType : Type
Public Overridable ReadOnly Property LocalType As Type

Property Value

The type of the local variable.

Applies to