ESRI.ArcGIS.ADF
Add Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > StringCollection Class : Add Method




s
String to be added to the collection.
Adss a string to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal s As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As StringCollection
Dim s As String
 
instance.Add(s)
C# 
public void Add( 
   string s
)

Parameters

s
String to be added to the collection.

See Also

© 2010 All Rights Reserved.