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