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