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




val
The Value to be removed from the collection.
Removes a Value from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal val As Value(Of T) _
) 
Visual Basic (Usage)Copy Code
Dim instance As ValueCollection(Of T)
Dim val As Value(Of T)
 
instance.Remove(val)
C# 
public void Remove( 
   Value<T> val
)

Parameters

val
The Value to be removed from the collection.

See Also

© 2010 All Rights Reserved.