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




s
String to be removed from the collection.
Removes a string from the collection.

Syntax

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

Parameters

s
String to be removed from the collection.

See Also

© 2010 All Rights Reserved.