IRuntimeVariables.Item Property (Int32)

 

Gets the value of the run-time variable at the specified index.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

Property Item (
	index As Integer
) As Object

Parameters

index
Type: System.Int32

The zero-based index of the run-time variable whose value is to be returned.

Property Value

Type: System.Object

The value of the run-time variable.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: