ESRI.ArcGIS.ADF.Web
Item Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic ValueCollection Class : Item Property




index
Gets a Value from a given index in the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Value(Of T)
Visual Basic (Usage)Copy Code
Dim instance As ValueCollection(Of T)
Dim index As Integer
Dim value As Value(Of T)
 
value = instance.Item(index)
C# 
public Value<T> this[ 
   int index
]; {get;}

Parameters

index

See Also

© 2010 All Rights Reserved.