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

ILocalVariable.Slot Property

Slot

Gets the ordinal of the local variable.

Declaration
Nullable<int> Slot { get; }
Property Value
Type Description
System.Nullable<Int32>
Remarks

Several local variables may be assigned the same slot if they are used in different scopes.