Class used to handle string list
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class IEStringList
Public Class IEStringList
public ref class IEStringList
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| IEStringList()()()() |
Constructs a new empty string list
| |
| Add(String) |
Adds a new string
| |
| CaseSensitive |
If True the string list is case sensitive (default).
| |
| Clear()()()() |
Removes all items in the list.
| |
| Count |
Returns number of items in the string list.
| |
| Delete(Int32) |
Delete a string item
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()()() |
Destructor.
(Overrides Object..::..Finalize()()()().) | |
| 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(String) |
Returns the position of a string in the list.
| |
| Insert(Int32, String) |
Insert a new item
| |
| Item[([( Int32])]) |
Gets and sets the string at the specified index.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Sorted |
If True the string list is sorted
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
HiComponents.IEvolution..::..IEStringList
HiComponents.IEvolution..::..IEStringList