Modifier and Type | Method and Description |
---|---|
CustomerEvent |
EventList.get_Item(int index)
Gets or sets the element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
EventList.add(CustomerEvent value)
Adds an item to the list.
|
boolean |
EventList.contains(CustomerEvent value)
Determines whether the list contains a specific value.
|
void |
EventList.copyTo(CustomerEvent[] array,
int index)
Copies the elements to an array, starting at a particular array index.
|
int |
EventList.indexOf(CustomerEvent value)
Determines the index of a specific item in the list.
|
void |
EventList.insert(int index,
CustomerEvent value)
Inserts an item to the list at the specified index.
|
static boolean |
CustomerEvent.op_Equality(CustomerEvent a,
CustomerEvent b)
Determines whether the specified objects are equal.
|
static boolean |
CustomerEvent.op_Inequality(CustomerEvent a,
CustomerEvent b)
Determines whether the specified objects are not equal.
|
void |
EventList.remove(CustomerEvent value)
Removes the first occurrence of a specific object from the list.
|
void |
EventList.set_Item(int index,
CustomerEvent value)
Gets or sets the element at the specified index.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.