LocalVariableInfo.LocalIndex Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the index of the local variable within the method body.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Int32An integer value that represents the order of declaration of the local variable within the method body.
Show: