AttributeStringList Methods¶
The AttributeStringList type exposes the following members.
Methods¶
Name | Description | |
---|---|---|
![]() | AddString | Adds a string to the list of strings. |
![]() | Delete | Deletes the AttributeStringList object. |
![]() | Equals(Object) | Compares two instances of AttributeStringList class for equality. (Overrides Object.Equals(Object).) |
![]() | Equals(AttributeStringList) | Compares two instances of AttributeStringList class for equality. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveString | Removes a string from list of strings. |
![]() | ReplaceString | Replaces one string with another. |
![]() | SetOrder | Set new order a string from list of strings |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |