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 |
---|---|
void |
InstantMessengerList.add(InstantMessengerAddress value)
Adds an item to the list.
|
boolean |
InstantMessengerList.contains(InstantMessengerAddress value)
Determines whether the list contains a specific value.
|
void |
InstantMessengerList.copyTo(InstantMessengerAddress[] array,
int index)
Copies the elements to an array, starting at a particular array index.
|
int |
InstantMessengerList.indexOf(InstantMessengerAddress value)
Determines the index of a specific item in the list.
|
void |
InstantMessengerList.insert(int index,
InstantMessengerAddress value)
Inserts an item to the list at the specified index.
|
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.
|
void |
InstantMessengerList.remove(InstantMessengerAddress value)
Removes the first occurrence of a specific object from the list.
|
void |
InstantMessengerList.set_Item(int index,
InstantMessengerAddress value)
Gets or sets the element at the specified index.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.