Object
StringArray
![]() | The default constructor for the StringArray class. |
![]() | Use this constructor to construct a instance of the array and have influence on the grow rate of the array. |
![]() | Use this method to add multiple strings from any container that implements the IStringIterator interface. |
![]() | Use this method to append a string to the array. |
![]() | Appends the passed in StringArray to the current StringArray. |
![]() | Use this function to get the element count from the array. |
![]() | Use to get next item from the StringArray. |
![]() | Use to get info if there are more items in the StringArray. |
![]() | Returns a index of a element in the array. |
![]() | Use this method to insert a string to the array. |
![]() | Use this setter/getter function to read or write to a item in the array. |
![]() | Maps the StringArray to a new array doing translation for each element of the array in a delegate method that is passed in. |
![]() | Use to reset the iterator in the StringArray. |
![]() | Implements the Redim operator. |
![]() | Implements operator to write to the array with the ( ) indexer operator. |
![]() | Implements operator to read from the array with the ( ) indexer operator. |
![]() | Use this function to peek at next item from the StringArray without causing iteration. |
![]() | Use this method to remove strings from the array. |
![]() | Use this method to remove a single string from the array. |
![]() | Use this method to resize the array. |
![]() | Use this method to sort the array. |
![]() | Use this method to swap two objects in the array. |
![]() | Calls the given delegate routine for each element in the array. |
![]() | A delegate for the Map method on this class. |
![]() | A delegate for the Walk method on this class. |