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