The StringCollection type exposes the following members.

Constructors

  NameDescription
Public methodStringCollection()()()()
Initializes a new instance of the StringCollection class
Public methodStringCollection(Int32)
Initializes a new instance of the StringCollection class
Public methodStringCollection(array<String>[]()[][])
Initializes a new instance of the StringCollection class
Public methodStringCollection(StringCollection)
Initializes a new instance of the StringCollection class
Protected methodStringCollection(StringCollection..::..Tag)
Initializes a new instance of the StringCollection class

Methods

  NameDescription
Public methodAdd
Public methodAddRange(array<String>[]()[][])
Public methodAddRange(StringCollection)
Public methodClear
Public methodClone
Public methodContains
Public methodCopyTo(array<String>[]()[][])
Public methodCopyTo(array<String>[]()[][], Int32)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Public methodInsert
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadOnly
Public methodRemove
Public methodRemoveAt
Public methodStatic memberSynchronized
Public methodToArray
Public methodToString (Overrides Object..::..ToString()()()().)
Public methodTrimToSize

Properties

See Also