|
Name |
Description |
|
Add
|
Adds a specific string to the Strings collection.
|
|
AddRange
|
Adds an array of objects to the Strings collection.
|
|
Clear
|
Removes all items from the Strings collection.
|
|
Contains
|
Determines whether the Strings collection contains a specific string.
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|
|
GetEnumerator
|
Returns an Enumerator which can iterate through the Strings collection.
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
IndexOf
|
Determines the index of a specific string in the Strings collection.
|
|
Insert
|
Inserts a string in the Strings collection at the specified position.
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
Remove
|
Removes the first occurrence of a specific string from the Strings collection.
|
|
RemoveAt
|
Removes the first occurrence of a string with a specific index from the Strings collection.
|
|
ToString
|
Returns a System.String that represents the current System.Object. (Inherited from System.Object)
|