LinkedList<T>::Enumerator Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the LinkedList<T>::Enumerator. |
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | MoveNext() | Advances the enumerator to the next element of the LinkedList<T>. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerator::Reset() | Sets the enumerator to its initial position, which is before the first element in the collection. This class cannot be inherited. |
![]() ![]() | IDeserializationCallback::OnDeserialization(Object^) | Implements the System.Runtime.Serialization::ISerializable interface and raises the deserialization event when the deserialization is complete. |
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | Implements the System.Runtime.Serialization::ISerializable interface and returns the data needed to serialize the LinkedList<T> instance. |


