The IEStringList type exposes the following methods.
Methods
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
Add(String) |
Adds a new string
| |
Clear()()()() |
Removes all items in the 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
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |