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




val
The Value to be added to the collection.
Adds a Value to the collection.

Syntax

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

Parameters

val
The Value to be added to the collection.

See Also

© 2010 All Rights Reserved.