The StringArray type exposes the following members.

Constructors

  NameDescription
StringArray
Initializes a new instance of the StringArray class

Methods

  NameDescription
Contains
Does the StringArray contain the specified string.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator
Gets the enumerator for the collection.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf
Gets the index of the specified string in the StringArray.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SortOverloaded.
ToArray
Returns a standard string array from the StringArray.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Count
Gets the number of strings in the StrignArray.
Item
Gets the string value at of the specified index in the StringArray.

See Also