System.Reflection.MethodBody.LocalVariables Property

Gets the list of local variables declared in the method body.

Syntax

public virtual IList<LocalVariableInfo> LocalVariables { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You do not need the metadata token for the local variable signature provided by the MethodBody.LocalSignatureMetadataToken property.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0