LocalValueEnumerator Methods
.NET Framework 4.5
The LocalValueEnumerator type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the provided LocalValueEnumerator is equivalent to this LocalValueEnumerator. (Overrides ValueType.Equals(Object).) |
|
GetHashCode | Returns a hash code for the current LocalValueEnumerator. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MoveNext | Advances the enumerator to the next element of the collection. |
|
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
|
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |