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