LocalVariableInfo::LocalIndex Property
.NET Framework (current version)
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.
Index numbers are assigned to local variables in the order in which they are declared.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: