Modifier and Type | Method and Description |
---|---|
PhoneNumber |
PhoneNumberList.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<PhoneNumber> |
PhoneNumberList.iterator()
Returns an enumerator that iterates through a collection.
|
Modifier and Type | Method and Description |
---|---|
void |
PhoneNumberList.add(PhoneNumber value)
Adds an item to the list.
|
void |
PhoneNumberList.addItem(PhoneNumber value) |
int |
PhoneNumber.compareTo(PhoneNumber 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 |
PhoneNumberList.contains(PhoneNumber value)
Determines whether the list contains a specific value.
|
boolean |
PhoneNumberList.containsItem(PhoneNumber value) |
void |
PhoneNumberList.copyTo(PhoneNumber[] array,
int index)
Copies the elements to an array, starting at a particular array index.
|
void |
PhoneNumberList.copyToTArray(PhoneNumber[] array,
int index) |
boolean |
PhoneNumber.equals(PhoneNumber obj)
Determines whether the specified Object is equal to the current Object.
|
boolean |
PhoneNumber.equals(PhoneNumber x,
PhoneNumber y)
Determines whether the specified object instances are considered equal.
|
int |
PhoneNumber.hashCode(PhoneNumber obj)
GetHashCode returns a hash function for specified object.
|
int |
PhoneNumberList.indexOf(PhoneNumber value)
Determines the index of a specific item in the list.
|
int |
PhoneNumberList.indexOfItem(PhoneNumber value) |
void |
PhoneNumberList.insert(int index,
PhoneNumber value)
Inserts an item to the list at the specified index.
|
void |
PhoneNumberList.insertItem(int index,
PhoneNumber value) |
static boolean |
PhoneNumber.op_Equality(PhoneNumber a,
PhoneNumber b)
Determines whether the specified objects are equal.
|
static boolean |
PhoneNumber.op_Inequality(PhoneNumber a,
PhoneNumber b)
Determines whether the specified objects are not equal.
|
boolean |
PhoneNumberList.remove(PhoneNumber value)
Removes the first occurrence of a specific object from the list.
|
boolean |
PhoneNumberList.removeItem(PhoneNumber value) |
void |
PhoneNumberList.set_Item(int index,
PhoneNumber value)
Gets or sets the element at the specified index.
|