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