ContainerRandomAccessIterator<TValue> Methods
.NET Framework 3.5
The ContainerRandomAccessIterator<TValue> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Creates a copy of the current ContainerRandomAccessIterator<TValue> object. |
|
container | Gets the container that the iterator is traversing. |
|
distance | Overloaded. Determines the distance between the element that the current iterator is pointing to and the element that the given iterator is pointing to. |
|
equal_to | Overloaded. Determines whether two iterators are the same object. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
get_bias | Gets the bias of the iterator. The bias is the offset of the iterator from element zero. |
|
get_cref | Returns a constant reference to the element that the iterator is currently pointing to. |
|
get_node | Gets the node, or element, that the iterator is pointing to. |
|
get_ref | Returns a reference to the element that the iterator is currently pointing to. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
less_than | Overloaded. Determines whether the current iterator is pointing to an element in the container that is before the element that a given iterator points to. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
move | Moves the iterator by the given number of elements. |
|
next | Increments the iterator to the next position in the underlying container, or to the first position beyond the end of container if the container has been completely traversed. |
|
prev | Positions the iterator to the element immediately before the current element. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
valid | Determines whether the iterator is valid and can be safely used to traverse the underlying container. |