ESRI.ArcGIS.ADF.Web
RemoveAt Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic ValueCollection Class : RemoveAt Method




index
The index from which to remove a Value from the collection.
Removes a Value from a given index in the collection.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As ValueCollection(Of T)
Dim index As Integer
 
instance.RemoveAt(index)
C# 
public void RemoveAt( 
   int index
)

Parameters

index
The index from which to remove a Value from the collection.

See Also

© 2010 All Rights Reserved.