SyntaxNodeOrTokenList.Enumerator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerator for lists of SyntaxNodeOrToken structs.
public: value class SyntaxNodeOrTokenList::Enumerator : System::Collections::Generic::IEnumerator<Microsoft::CodeAnalysis::SyntaxNodeOrToken>
public struct SyntaxNodeOrTokenList.Enumerator : System.Collections.Generic.IEnumerator<Microsoft.CodeAnalysis.SyntaxNodeOrToken>
type SyntaxNodeOrTokenList.Enumerator = struct
interface IEnumerator<SyntaxNodeOrToken>
interface IEnumerator
interface IDisposable
Public Structure SyntaxNodeOrTokenList.Enumerator
Implements IEnumerator(Of SyntaxNodeOrToken)
- Inheritance
-
SyntaxNodeOrTokenList.Enumerator
- Implements
Properties
Current |
Gets the struct that this enumerator instance is currently pointing to. |
Methods
Equals(Object) | |
GetHashCode() | |
MoveNext() |
Advances the enumerator to the next element of the collection. |
Explicit Interface Implementations
IDisposable.Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
IEnumerator.Current |
Gets the struct that this enumerator instance is currently pointing to. |
IEnumerator.Reset() |
Sets the enumerator to its initial position, which is before the first element in the collection. |