Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
StringCollection « Collections Data Structure « C# / C Sharp
C# / C Sharp
Collections Data Structure
StringCollection
1.
StringCollection represents a collection of strings.
2.
Adds a string to the end of the StringCollection.
3.
Removes all the strings from the StringCollection.
4.
Determines whether the specified string is in the StringCollection.
5.
Copies the entire StringCollection values to a one-dimensional array of strings
6.
StringEnumerator supports a simple iteration over a StringCollection.