PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyILocal­Variable
Open sandboxFocus

Interface ILocalVariable

Expression that represents a local variable.

Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface ILocalVariable : IMethodBodyElement

Properties

Name Description
Name

Gets the name of the local variable.

Slot

Gets the ordinal of the local variable.

VariableType

Gets the type of the local variable.