Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
StringCollection « Data Structure « VB.Net
VB.Net
Data Structure
StringCollection
1.
StringCollection.Clear Method removes all the strings from the StringCollection.
2.
StringCollection.Contains Method determines whether the specified string is in the StringCollection.
3.
StringCollection.CopyTo Method copies StringCollection values to a one-dimensional array
4.
StringCollection.Add Method adds a string to the end of the StringCollection.
5.
Adds a range of elements from an array to the end of the StringCollection