Modifier and Type | Method and Description |
---|---|
InstantMessengerAddress |
InstantMessengerList.get_Item(int index)
Gets or sets the element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<InstantMessengerAddress> |
InstantMessengerList.iterator()
Returns an enumerator that iterates through a collection.
|
Modifier and Type | Method and Description |
---|---|
void |
InstantMessengerList.add(InstantMessengerAddress value)
Adds an item to the list.
|
void |
InstantMessengerList.addItem(InstantMessengerAddress value) |
int |
InstantMessengerAddress.compareTo(InstantMessengerAddress obj)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
|
boolean |
InstantMessengerList.contains(InstantMessengerAddress value)
Determines whether the list contains a specific value.
|
boolean |
InstantMessengerList.containsItem(InstantMessengerAddress value) |
void |
InstantMessengerList.copyTo(InstantMessengerAddress[] array,
int index)
Copies the elements to an array, starting at a particular array index.
|
void |
InstantMessengerList.copyToTArray(InstantMessengerAddress[] array,
int index) |
boolean |
InstantMessengerAddress.equals(InstantMessengerAddress obj)
Determines whether the specified Object is equal to the current Object.
|
boolean |
InstantMessengerAddress.equals(InstantMessengerAddress x,
InstantMessengerAddress y)
Determines whether the specified object instances are considered equal.
|
int |
InstantMessengerAddress.hashCode(InstantMessengerAddress obj)
GetHashCode returns a hash function for specified object.
|
int |
InstantMessengerList.indexOf(InstantMessengerAddress value)
Determines the index of a specific item in the list.
|
int |
InstantMessengerList.indexOfItem(InstantMessengerAddress value) |
void |
InstantMessengerList.insert(int index,
InstantMessengerAddress value)
Inserts an item to the list at the specified index.
|
void |
InstantMessengerList.insertItem(int index,
InstantMessengerAddress value) |
static boolean |
InstantMessengerAddress.op_Equality(InstantMessengerAddress a,
InstantMessengerAddress b)
Determines whether the specified objects are equal.
|
static boolean |
InstantMessengerAddress.op_Inequality(InstantMessengerAddress a,
InstantMessengerAddress b)
Determines whether the specified objects are not equal.
|
boolean |
InstantMessengerList.remove(InstantMessengerAddress value)
Removes the first occurrence of a specific object from the list.
|
boolean |
InstantMessengerList.removeItem(InstantMessengerAddress value) |
void |
InstantMessengerList.set_Item(int index,
InstantMessengerAddress value)
Gets or sets the element at the specified index.
|